The color property specifies the color of text.Tip: Use a background color and a text color that makes the text easy to read.
The color property specifies the color of text.
Tip: Use a background color and a text color that makes the text easy to read.
tag/class/id { color: value; }
body { color: red; } h1 { color: #00ff00; } p { color: rgb(0,0,255); }