HomeReferencesCSS Properties

CSS Property: background-image

Specifies the background image of a box.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • none (default)
  • [URI]

Example


#plow { background-image: url(someimage.jpg); }