miércoles, 8 de junio de 2011

ACTIVIDAD PARA SEGUNDO SEMESTRE

FECHA: 07-06-2011
TEMA: HOJAS DE ESTILO (CSS)

EJERCICIO:
Copia el siguiente codigo en el bloc de notas, guardalo con el nombre de estilo2.CSS y porsteriormente usa esa hoja de estilo para darle formato a otra pagina web.

P  {
 font-size : 12pt;
 font-family : algerian,helvetica;
 font-weight : normal;
}
H1  {
 font-size : 36pt;
 font-family : Matura MT Script Capitals,arial;
 text-decoration : underline;
 text-align : center;
 background-color : Teal;
}
TD  {
 font-size : 10pt;
 font-family : verdana,arial;
 text-align : center;
 background-color : 666666;
}
BODY  {
 background-color : #006600;
 font-family : arial;
 color : White;
}

No hay comentarios:

Publicar un comentario