Tema: tags en HTML
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/04/2011, 17:31
Avatar de uikekarallo
uikekarallo
 
Fecha de Ingreso: diciembre-2009
Ubicación: Galicia
Mensajes: 338
Antigüedad: 14 años, 4 meses
Puntos: 16
Respuesta: tags en HTML

Hola.

Puedes hacerlo con CSS

Código HTML:
<style type="text/css">
label
{
  color: orange;
  background: blue;
}
</style> 
Saludos.