color

Support Key: [CSS1|CSS2|CSS2.1] [IE3B1|N4B2|O3.5|S1]
Other Color/Background Properties
layer-background-color
layer-background-color
background
background-color
background-image
background-repeat
background-attachment
background-position
background-position-x
background-position-y
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   Browser dependent
Applicable Elements:
All
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
<body TEXT="#RRGGBB"> | <font COLOR="#RRGGBB">
Official Docs:
CSS1: Sect. 5.3.1
CSS2: Sect. 14.1, CSS2.1: Sect 14.1
What is it?
This property describes the color of text within an element. Values for the property outside the specified ranges will be clipped or truncated to create a valid value.

Allowed Values
inherit
[CSS2|CSS2.1] [N6|O7|S1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
[color]
[CSS1|CSS2|CSS2.1] [IE3B1|N4B2|O3.5|S1]
Type: Explicit
Description:
This is a representation of the values for Red/Green/Blue used to determine a final display color. Please see the section on Color Units for details on the various color specification schemes.
Example
Ext/Doc: body { color: blue }
In-Line:  <body STYLE="color: blue">text</body>
Browser Peculiarities

Boring Copyright Stuff....