Basefont

<BASEFONT> </BASEFONT>

BASEFONT is used to set a default font size. After you have set a base font any FONT tags using relative font sizes (such as FONT SIZE="+2") will use the base font value. The SIZE attribute is a whole number from 1 to 7. The base font size applies to any normal or preformatted text but not to any headings, unless they were created using the FONT tag. It can also set the BASEFONT color.

Example:

<BASEFONT="4">
This text is the base font size, <FONT SIZE="+3">
and this text is +3.</FONT>

This text is the base font size, and this text is +3.

<BASEFONT COLOR="#ff0000">Red text.</BASEFONT>

Red text.