CSS Color Property

Description:
Specifies the foreground color of the element, which means the color
of the text.
Syntax:
color: [value];
Possible Values:
- auto
- [color]
- inherit
Initial Value:
Depends on the user agent. For example, your browser sets its own
default colors for different elements.
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
p {background-color: inherit; color: #0000FF;}





