CSS Inline-block property

The display: inline-block;:The display: inline-block is different from display: inline; as it allows height and width properties and, top and bottom margins/paddings are also allowed while in display: inline; these are not allowed.