Appearance:
background-color: <value>
Possible Values:
<color> | transparent
Initial Value:
transparent
Applies to:
All elements
Inherited:
No
BODY { background-color: white }
H1 { background-color: #000080 }
<style>
textarea.bg {background-color: background;height:100px;color:activecaption}
</style>
See colour tables for more
Authors may also use the shorthand background property, which is currently better supported than the background-color property.