Could I get a few concrete examples of how these two differ? It seems that replaced inline elements have properties like width
, height
, margin
etc that non-replaced inline elements don't have (thus making the difference between block elements and replaced inline elements harder to explain) and vice versa, inline-blocks have some of the delicate features that inline elements have as well...
They sorta meet in the middle it seems coming from two different ends...
inline
it will be displayinline, if it has
inline-block` it will be aninline-block
element... – Jamie Hutber Jul 9 at 15:30