CSS and HTML element are be in boxs. This box wil be a block-level box or an inline box.
Block-level elements start on a new line
- Examples include:
<h1> <p> <ul> <li>
Inline elements flow in between surrounding text
- Examples include:
<img> <b> <i>