- Escribe el siguiente Código en el Bloc de Notas
- Guárdalo con el nombre de "nombre y apellido3.HTML"
- Comprueba en el Navegador si está correcto
- Envía el fichero al correo del Tutor.
<html>
<head>
<title>ejemplo de estilos </title>
</head>
<body>
<font size=7 color=#000ccc face=Comic Sans>
<p align=center> Estilos físicos:<br>
<b>negrita</b>, <br>
<i>cursiva</i>, <br>
<u>subrayado</u>, <br>
<tt>letra no proporcional</tt>, <br>
<big>grande</big>, <br>
<small>pequeña</small>, <br>
<s>tachado</s>, <br>
<sub>subíndice</sub>, <br>
<sup>superíndice</sup>.<br>
</p>
</font>
</body>
</html>
No hay comentarios:
Publicar un comentario