traductor

martes, 21 de abril de 2020

LENGUAJE HTML 5 Y CSS 3 (Sesión 6)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <link rel="stylesheet"href="Practica7.html">
   </head>
    <body>
   
   
   
   
   
     </body>
    <header>
    <h1>PLANTILLA HTML5 Y CSS3 PROFESIONAL</h1>
    <nav>Menú de navegación</nav>  
     </header>
    <article>
        <h2>Artículo de información</h2>
        <section>
        <h3>Columna 1 </h3></section>
        <p>Mario llora porque no puede salir de casa.</p>
        <section>
        <h3>Columna 2 </h3>
            <p> Alejandra compra comida en el supermercado.</p>
        </section><h3> Columna 3 </h3>
        <p> Lucía está viendo una serie muy entretenida.</p>
        <section>
        </section>
   
   
    </article>
   
    <footer>pié de página</footer>
   
   








</html>