<BASEFONT>
The <BASEFONT> Tag is used to tell your HTML which
default font should be used throughout your page, and has many of the same
commands as the
<FONT> Tag.
<basefont size="6">
Font sizes 1 through 7 are available.
FACE and COLOR commands are also available. COLOR can be a
RGB triplet,
or a color name.
<basefont size="6"
color="#FF0000">
<basefont color="red">
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.
<basefont color="red"
face="Arial","Courier","Amery","Ache">
|