SESIÓN 2 - ETIQUETAS BÁSICAS
<!DOCTYPE html>
<html>
<head lang="es-ES">
<title>SESION 2 ETIQUETAS BASICAS</title>
<meta charset="utf-8">
</head>
<body>
<h6>carismatico</h6>
<h5>listo</h5>
<h4>amable</h4>
<h3>confiable</h3>
<h2>indiferente</h2>
<h1>Generoso</h1>
</body>
</html>
Comentarios
Publicar un comentario