There are tags for structure (think of them as boxes), and there are tags for text.
Structure Tags
Structure tags function as boxes, developed from <div> tags.
Common structure tags include:
- <header> </header>
- <nav> </nav>
- <main> </main>
- <article> </article>
- <section> </section>
- <footer> </footer>
- <aside> <aside>
Note: Any name can be used for a class or ID in a <div> (division) tag.