'color' Syntax and Note : color « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'color' Syntax and Note

Note:

Defines the text color.
    
Syntax:
    
element { color: value }
elementID.style.color = "value"
document.all.elementID.style.color = "value" // IE only
    

      
      








Related examples in the same category

1.'color' Example
2.'color' is applied to