Font Colors and Text Codes
In HTML, there is a code for almost every font color-however, I have listed here some basic font color codes.
Brown-#993300
Gold-#CC9900
Pink-#FF3399
Blue-#3300FF
Green-#003300
Black-#000000
White-#FFFFFF
Red-#FF0000
To link the codes, which go at the top of the body section of your website, type <text="#code number">.
This, however, only chooses your main font color. In order to make links a different color, extend the text tag to appear as follows:
<text="#code number" link="#code number" alink="#code number" vlink="#code number">
Please continue on to the next section.