FONT
This tag is used to specify or alter font specifics for the entire document if placed within the HEAD, or for the text placed between its opening or closing tags. For example:
<P> WalkTheGeek is <FONT SIZE="+4">AWESOME! </FONT> </P>
FONT Attributes:
COLOR="#RRGGBB" or a color in quotes, such as "RED", "BLUE", or "YELLOW"
This attribute sets the color of the element to which it was invoked, this case being the color of text for the document. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value. FACE="font name , font name"
This attribute is used to specify the font(s) to be used within the document. The first font name listed will be used, if available. If the first font listed is not available, the second is used. You may list as many substitute fonts as you like, but the norm is for two to three fonts to be listed. SIZE="n"
This attribute is used to specify the default font size to be used within the document.