SESIÓN 3 - ETIQUETAS BÁSICAS
<!DOCTYPE html>
<html>
<head lang="es-ES">
<title>PRÁCTICA 2</title>
<meta charset="utf-8">
</head>
<body>
<h6>alegre</h6>
<h5>amable</h5>
<h4>detallista</h4>
<h3>considerada</h3>
<h2>bondadosa</h2>
<h1>generosa</h1>
<hr/>
<p>
Este texto es una frase que no
<br/>
<br/>
<br/>
tiene asociada ningún tipo de etiqueta y así podemos comparar con los diferentes titulos h1, h2, h3, h4, h5 y h6.
</p>
</body>
</html>
<html>
<head lang="es-ES">
<title>PRÁCTICA 2</title>
<meta charset="utf-8">
</head>
<body>
<h6>alegre</h6>
<h5>amable</h5>
<h4>detallista</h4>
<h3>considerada</h3>
<h2>bondadosa</h2>
<h1>generosa</h1>
<hr/>
<p>
Este texto es una frase que no
<br/>
<br/>
<br/>
tiene asociada ningún tipo de etiqueta y así podemos comparar con los diferentes titulos h1, h2, h3, h4, h5 y h6.
</p>
</body>
</html>
Comentarios
Publicar un comentario