Wikipedia

Resultados de la búsqueda

miércoles, 22 de abril de 2020

PRÁCTICA 7 HTML

<!DOCTYPE html>
<html>
   <head lang="es-ES">
      <title> PRÁCTICA 7   </title>
      <meta charset="utf-8">
       <link rel="stylesheet" type="text/css"href="practica7.css">
     
   </head>
   <body>
    <header>
       <h1>
         PLANTILLA HTML5 Y CSS3 PROFESIONAL
        </h1>
        <nav>
        Menú de navegación
        </nav>
       </header> 
         <article>
         <h2>
             articulo de información
             </h2>
             <section>
             <h3>
                columna 1
                 </h3>
                 Lorena es la mejor
             </section>
           
              <section>
             <h3>
                columna 2
                 </h3>
                  Arriba el Real aragoza
             </section>
           
              <section>
             <h3>
                columna 3
                 </h3>
                  Paco de Lucia es un grande
             </section>
                         
           
       </article>
       <footer>
        pie de página
       </footer>
   </body> 
</html>

No hay comentarios:

Publicar un comentario