Flow Layout

Defines how the elements are displayed.

Block elements Inline elements
- Take the full width
- May contain other tags
- <div></div>
- Are printed on the same line
- Can not contain block tags
- <span></span>, <a></a>

Inline-block can contain block tags in an inline.