ETIQUETAS BÁSICAS
ETIQUETAS BÁSICAS
1 <! DOCTYPE html>
2 < html>
3 <head lang="es-Es">
4 <title> Etiquetas básicas< /title>
5 <meta charset= "utf-8"
6 </head>
7 <body>
8 <h6> simpática </h6>
9 <h5> amable </h5>
10 <h4> sociable</h4>
11 <h3> risueña</h3>
12 <h2> divertida </h2>
13 <h1> alegre</h1>
14
15 </body>
16 </html>
1 <! DOCTYPE html>
2 < html>
3 <head lang="es-Es">
4 <title> Etiquetas básicas< /title>
5 <meta charset= "utf-8"
6 </head>
7 <body>
8 <h6> simpática </h6>
9 <h5> amable </h5>
10 <h4> sociable</h4>
11 <h3> risueña</h3>
12 <h2> divertida </h2>
13 <h1> alegre</h1>
14
15 </body>
16 </html>
Comentarios
Publicar un comentario