Version: Level 1
Compability: IE4+ N4+
The background-image property allows you to select an image to use as the background. This property is not inherited.
code { background-image: url("comet.jpg"); }
blockquote { background-image: url("c:\InetPub\MyPixs\comet.jpg"); }
br { background-image: url("http://Fred.com/ImageFile/Q.gif"); }
body { background-image: none; }