Text
Color for Specific Text
DescriptionThe tag looks like <FONT COLOR="#xxxxxx">. The starting tag is <FONT COLOR="#xxxxxx"> and the closing tag is </FONT>. The xxxxxx stands for the color code. The text between these two tags is the text that is the selected color. An example of this is:
Code
<font color="#00ff00"> I'm going green!</font>
Output
I'm going green!
Practice
Advertisements (add your ad)