Hola....como vereis soy perseverante
En el capítulo..LA HOJA DE ESTILO II hay una parte que dice que copiemos un trozo de código a estilo.ccs...yo lo he hecho y me da un error de comprobacion del navegador en "orange".
/* Esto es mi hoja de estilo */
BODY { background-color:orange ; }
A:link { font-weight: bold ; color: blue ; text-decoration: none; }
A:visited { font-weight: bold ; color: blue ; text-decoration: none; }
A:hover { font-weight: bold ; color: red ; }
A:active { font-weight: bold ; color: green ; }
P { font-family: Arial, Helvetica, sans-serif ; font-size: 17px ;
text-align:justify ; text-indent: 20px ; margin: 7px 8px 7px 8px ; }
/* Fin de mi hoja de estilo */
orange sale subrayada.
En el capítulo..LA HOJA DE ESTILO II hay una parte que dice que copiemos un trozo de código a estilo.ccs...yo lo he hecho y me da un error de comprobacion del navegador en "orange".
/* Esto es mi hoja de estilo */
BODY { background-color:orange ; }
A:link { font-weight: bold ; color: blue ; text-decoration: none; }
A:visited { font-weight: bold ; color: blue ; text-decoration: none; }
A:hover { font-weight: bold ; color: red ; }
A:active { font-weight: bold ; color: green ; }
P { font-family: Arial, Helvetica, sans-serif ; font-size: 17px ;
text-align:justify ; text-indent: 20px ; margin: 7px 8px 7px 8px ; }
/* Fin de mi hoja de estilo */
orange sale subrayada.