back

Background-Image

This is used to set an image as a background.

It will repeat itself to cover the entire element unless otherwise specified in the background-repeat property.

In the following example page, the div7 background image repeats to fill the div by default.
And the div8 uses background-repeat so the image only shows once.

Example