General
inline level box definition
An inline-level box is one in which an element’s box is created in a line of text and keeps the flow of the line. Span, em and a are all examples of inline-level elements. They do not cause a line break before or after their code, so they never disrupt the flow of content they are inserted into. Display values that make inline boxes include: ruby, inline-table, inline-block and inline.