|
Color and Background Properties Color |
![]() |
||
Color and Background Properties
Color
Background Color
Background Image
Background Repeat
Background Attachment
Background Position
Background
Color
Appearance:
color: <color>
Initial Value:
Determined by browser
Applies to:
All elements
Inherited:
Yes
The color property allows authors to specify the color of an element. See the Units section for color value descriptions. Some example color rules include:
H1 { color: blue }
H2 { color: #000080 }
H3 { color: #0c0 }