Advertisement
xlujiax

EJEMPLO 1

Aug 15th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Este es mi primer ejemplo :V </title>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.     <meta name="description" content="Software para PYMES al mejor precio del mercado">
  7.     <meta name="keywords" content="Venta de Software, pyme">
  8. </head>
  9. <body>
  10.     <header>
  11.         <h1>CABECERA</h1>
  12.     </header>
  13.     <nav>Colocar el menu de opciones</nav>
  14.     <section>
  15.         <article>
  16.             <center><h1>Hola Mundo</h1></center>
  17.             <hr>
  18.         </article>
  19.     </section>
  20.     <aside>
  21.        
  22.     </aside>
  23.     <footer>Aprendiendo HTML5 DIZMA SOLUCIONES INTEGRALES</footer>
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement