Ver Mensaje Individual
  #12 (permalink)  
Antiguo 20/02/2012, 14:00
Avatar de memoadian
memoadian
Colaborador
 
Fecha de Ingreso: junio-2009
Ubicación: <?php echo 'México'?>
Mensajes: 3.696
Antigüedad: 15 años, 7 meses
Puntos: 641
Respuesta: Juguemos a Diagramar 1

Código HTML:
Ver original
  1. <!DOCTYPE html>
  2.     <head>
  3.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4.         <title>Las flores más bonitas</title>
  5.     </head>
  6.     <body>
  7.         <header>
  8.             <h2>LeLogo</h2>
  9.         <header>
  10.         <nav>
  11.             <ul>
  12.                 <li>Inicio</li>
  13.                 <li>Productos</li>
  14.                 <li>Servicios</li>
  15.                 <li>Contacto</li>
  16.             </ul>
  17.         </nav>
  18.         <section>
  19.             <article>
  20.                 <header>
  21.                     <h1>¡Las flores más Bonitas!</h1>
  22.                 </header>
  23.                 <section>
  24.                     <span>Lorem ipsum amet</span>
  25.                     <figure>imágen flores</figure>
  26.                 </section>
  27.             </article>
  28.             <aside>
  29.                 <figure>AD1</figure>
  30.                 <figure>AD2</figure>
  31.                 <figure>AD3</figure>
  32.             </aside>
  33.         </section>
  34.         <footer>
  35.             <span>TEL</span>
  36.             <figure>F</figure>
  37.             <figure>T</figure>
  38.         </footer>
  39.     </body>
  40. </html>

Última edición por memoadian; 20/02/2012 a las 14:05