jueves, 29 de marzo de 2012

actividad :3

<html>
<head>
<title>actividad 3 </title>
</head>
<body>
<font color = "blue"> cambia el color de la letra </font><br>
<BLOCKQUOTE> Da formato con sangría a un párrafo </BLOCKQUOTE>
<marquee>crea una marquesina (un aviso en movimiento)</marquee>
<font face = "Old English Text MT"> Cambia el tipo de fuente, los tipos de fuente deben ser
soportados por el navegador web,  </font><br>
<i>Coloca la letra en cursiva</i> <br>
<font size = 20> cambia el tamaño de la letra, no necesita comillas,
</font><br>
para crear listas, usamos <ol>
<li>Elemento Nro. 1 de la lista
<li>Elemento Nro. 2 de la lista
</ol>



<S> Texto tachado </S>
<BIG> Aumenta el tamaño </BIG>
</body>
</html>

actividad 2

<html>
<head>
<title> etiquetas no contenedoras</title>
</head>
<body>
 <p> AUNQUE CADA UNO SIGUIO SU CAMINO LEJOS DEL OTRO <br>
        NUNCA LOS DEJARE DE AMAR</p>
</body> 
</html>

lunes, 5 de marzo de 2012

ACTIVIDAD 1 :)

<html>
<head>
<title>DENNIS </title>
</head>
<body>
LA FAMILIA ES MUY IMPORTANTE
</body>
</html>