viernes, 23 de marzo de 2012

Etiquetas basicas de html


<html>
<head>
<title>Etiquetas basicas</title>
</head>
<body>
<br>
 <b>Texto en negrita<b>
<br>
 <I>Texto en itàlicas</I>
<br>
 <TT>Texto en formato teletipo</TT>
<br>
 <FONT SIZE = +2 COLOR = "RED">Texto aumentado dos tamaños en rojo</FONT>
<br>
 <H1>Encabezado H1<\H1>
<br>
 <H3>Encabezado H3<\H3>
<br>
 <H6>Ecabezado H6<\H6>
<br>
 <H2>Un encabezado H2<\H2>
<br>
 <CITE>La siguiente es una cita</CITE>
<br>
 <CODE>Representa un listado de una computadora</CODE>
</body>
</html>

No hay comentarios:

Publicar un comentario