HomeReferencesCSS Properties

CSS Property: background-color

Specifies the background color of a box.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • transparent (default)
  • [color]

Example


#dooberry { background-color: red; }