Why we need inline elements, if there are inline-block elements?

Viewed 27

I have one question. We can change inline elements from "display: inline" to "display: inline-block". If inline-block elements have all features that inline elements already have, why we need inline elements? For example, why default for span is "display: inline". Wouldn't be better default for span "inline-block"? Does inline have any advantage than inline-block?

0 Answers
Related