What is the difference between display inline and inline block?

Forums CSSWhat is the difference between display inline and inline block?
Staff asked 3 years ago

Answers (1)

Add Answer
Prince Dhameliya Marked As Accepted
Staff answered 3 years ago

The difference between display: inline-block and display: block is that, with display: block, a line break happens after the element, so a block element doesn’t sit next to other elements.
And Display: With inline-block, the line after the element does not break, so the block element sits next to the other elements.

Subscribe

Select Categories