HTML CSS Reference/HTML Attributes Reference/color
"color" Example
<HTML>
<head>
<Title>Example For color</Title>
</head>
<BODY>
<p><font face="Verdana" color="#ff0000">Text</font></p>
</BODY>
</HTML>
color is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<basefont> <font> |
| |<hr> |
+----------------+--------------------------------------------------------------+
"color" Syntax and Note
Note:
This attribute sets the color of the text.
Its value is either a color name or a hexadecimal color value using the
"#RRGGBB" method.
Syntax:
<element color="value"> . . . </element>