Home → References → CSS Properties →
CSS Property: color
Specifies the foreground (text and border) colour in a box.
HTML Dog is hosted by Titan Internet
Possible Values
inherit- [color]
Example
p { color: red; }
#squirrel { color: #ff6600; }
The Best Practice Guide To XHTML and CSS
Home → References → CSS Properties →
Specifies the foreground (text and border) colour in a box.
HTML Dog is hosted by Titan Internet
inherit
p { color: red; }
#squirrel { color: #ff6600; }