Etiquetas básicas

<!DOCTYPE html>
<html>
    <head lang="es-ES">
        <title>Práctica 2 Etiquetas básicas</title>
    </head>
    <body>
        <h6>Estratega</h6>
        <h5>Amable</h5>
        <h4>Hábil</h4>
        <h3>Empático</h3>
        <h2>Inteligente</h2>
        <h1>Atento</h1>
        <hr/>
        <p>
            Hola quería poner algo más que seis títulos así que pongo esto :)</p> 
    </body>
</html>

Comentarios