• <html>
    • <head>
      • <meta>
      • <title>
    • </head>
    • <body>
      • <header>
        • <h1>Título</h1>
      • </header>
      • <nav>
        • <ul>
          • <li>Enlace 1</li>
          • <li>Enlace 2</li>
          • <li>Enlace 3</li>
      • </nav>
      • <article>
        • <h1>Título de artículo</h1>
        • <p> Texto del artículo</p>
      • </article>
      • <footer>
        • <h2>Pié de Página</h2>
      • </footer>
    • </body>
  • </html>