Booking.com Interview Question

Explain the difference between display inline and inline block

Interview Answer

Anonymous

Oct 26, 2019

Compared to display: inline, the major difference is that display: inline-block allows to set a width and height on the element. Also, with display: inline-block, the top and bottom margins/paddings are respected, but with display: inline they are not.