Etiquetas basicas

<!DOCTYPE html>
<html>
     <head lang="es-ES">
          <title>Práctica html2</title>
        <meta charset="utf-8">
     </head>
     <body>
         <h1>amable</h1>
         <h2>Comprensiva</h2>
         <h3>respetusa</h3>
         <h4>Generoso</h4>
         <h5>empatica</h5>
         <h6>buena persona</h6>
    </body>
</html>

Comentarios