ETIQUETAS BÁSICAS


Link de acceso a mi página web:

- <!DOCTYPE html>
<html>
    <head lang="es-ES">
        <title>Práctica 2 etiquetas básicas</title>
        <meta charset="utf-8">
    </head>
    <body>
        <h1>ADJETIVOS QUE ME DEFINEN</h1>
        <hr/>
        <h6>Empático</h6>
        <h5>Generoso</h5>
        <h4>Trabajador</h4>
        <h3>Gracioso</h3>
        <h2>Luchador</h2>
        <h1>Creativo</h1>
    </body>
</html>

Comentarios

Entradas populares