To make a word in the color YELLOW you can use this line:
<FONT COLOR="YELLOW">YELLOW</FONT>
But if you want your yellow color to show up in the rest of the browsers, you should change the word YELLOW to it's respective HEX-Code.
The HEX-Code equal to YELLOW is: #FFFF80. So your line should look like this:
<FONT COLOR="#FFFF80">YELLOW</FONT>
|