Buenas Prácticas y Semántica HTML

Ejemplo de estructura semántica

<header>
  <nav>...</nav>
</header>
<main>
  <section>...</section>
</main>
<footer>...</footer>