CSS Background-Image Property

Description:
Used to display an image in the background of the element.
Syntax:
background-image: [value]
Possible Values:
- [uri]
- none
- inherit
Initial Value:
None
Applies To:
All elements
Inherited:
No
Media:
Visual
Example:
body {background-image: url(img/myimage.jpg);}





