HomeReferencesCSS Properties

CSS Property: color

Specifies the foreground (text and border) colour in a box.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • [color]

Example


p { color: red; }

#squirrel { color: #ff6600; }