Back to CSS1 Reference | CSS1 Properties
Prev clear | Next display


Property
color
Values
<color>
Initial
UA specific
Inherited
yes

This property describes the text color of an element (often referred to as the foreground color). There are different ways to specify red:

      EM { color: red }              /* natural language */
      EM { color: rgb(255,0,0) }     /* RGB range 0-255   */