Tell a Friend About Our Cool Software

The color attribute determines the text color. The default is black. There
are two ways to specify the color attribute. The first is to use one of the
predefined HTML color names. The other is to specify a numeric color
value using the RGB() function or hex notation. You learned how to
specify colors earlier in this chapter. Thus, you could make text blue like
this:
<p><font color="blue">This text is blue</font> and
this text is not.</p>