<main>
</main>
block elements vs inline elements
- block: div, p, h1-h6, ul, ol, li, table, form
- inline: span, a, img, input, button, label, strong, em
tag allow use to preserve spaces.
<main>
</main>
block elements vs inline elements
tag allow use to preserve spaces.