Appearance:
background-image: <value>
Possible Values:
<url> | none
Initial Value:
none
Applies to:
All elements
Inherited:
No
The background-image property sets the background image of an element. For example:
<STYLE>
BODY { background-image: url(/images/four.gif) }
P { background-image: url(/images/outdbkgd.jpg) }
</STYLE>