<FONT>
The <FONT> Tag is used to control the font SIZE, COLOR,
and FACE attributes.
The SIZE can be 1-7 and can include + or - to make it relative to the
current default font, which is 3 if there is no
<BASEFONT> set.
FONT SIZE="1" (8 Point)
FONT SIZE="2" (10 Point)
FONT SIZE="3" (12 Point)
FONT SIZE="4" (14 Point)
FONT SIZE="5" (18 Point)
FONT SIZE="6" (24 Point)
FONT SIZE="7" (36 Point)
COLOR can be a RGB triplet, or a color name.
<font size="6" color="#0000FF">
or
<font color="blue">
FACE can tell the font to be a specific type, such as Arial, Courier, and
whatever other fonts are installed on the viewer's computer. You can have
a list, and the viewer's fonts will attempt to be shown. If the viewer
doesn't have the installed font you specify in the FACE command, it will
go to the viewer's default font.
<font color="red" face="Arial,
Courier, Amery, Ache">
|