<BASEFONT>

Description:

The <BASEFONT> tag is used to set a default font size. You should include the tag between the <HEAD> and </HEAD> fields.

Attributes:

color="color"
The color for the characters between the <FONT> and </FONT>.
face="fontname"
The font for the characters between the <FONT> and </FONT>.
size=n
n is a number between 1 and 7 indicating the font size.

Examples:

<BASEFONT SIZE=3>

Set the default font size to 3.