Advertisement
Guest User

a

a guest
Feb 10th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.60 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <title>T&iacute;tulo de P&aacute;gina</title>
  5.     </head>
  6.     <body>
  7.         <header>
  8.             <h1>T&iacute;tulo de P&aacute;gina</h1>
  9.         </header>
  10.         <nav>
  11.             <!-- Navegación -->
  12.         </nav>
  13.         <section id="intro">
  14.             <!-- Introducción -->
  15.         </section>
  16.         <section id="intro">
  17.             <!-- Contenido principal -->
  18.         </section>
  19.         <aside>
  20.             <!-- Barra Lateral -->
  21.         </aside>
  22.         <footer>
  23.             <!-- Pie de Página -->
  24.         </footer>
  25.     </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement