background-image: url(***);
Browser |
|
---|
The background-image property specifies the background image of an element.
div {
background-image: url(image/back.gif);
}
Property | Value | Explanation |
---|---|---|
background-image | url(URL) | the URL of the image to display |
The default is "none".