Individual Text Color Changes

You've seen how easy it is to make global changes to the text color on an entire page, but how about if you wanted to make just one word blue, or red, or even purple?

It's easy with the font color tag:

<font color="#XXXXXX>your colored text here</font>

The markup for the opening paragphraph above looks like this:

You've seen how easy it is to make global changes to the text color on an
entire page, but how about if you wanted to make just one word <font color="#0000CC">blue</font>, or <font color="#FF0000">red</font>,
or even <font color="#660066">purple</font>?