ETIQUETA BÁSICA

<!DOCTYLE html>
<html>
    <head lang = "es-ES">
        <title>PRACTICA 2 Etiqueta basica</title>
        <meta charset="utf-8">
    </head>
    <body>
        <h6>amable</h6>
        <h5>simpatica</h5>
        <h4>amigable</h4>
        <h3>alegre</h3>
        <h2>sociablr</h2>
        <h1>graciosa</h1>
        <hr/>
        <p>
        Este texto es una frase que no
            <br/>
            <br/>
            <br/>
            Tiene &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; asociada ningun tipo de etiqueta y asi podemos comparar con los diferentes titulos h1, h2, h3, h4, h5 y h6.
      </p>
    </body>
</html>

Comentarios