The Basefont Tag

ken's picture

Opening tag : <BASEFONT>
Closing tag: -

Purpose:
Basefont allows you to set a default font, size, color and type for font appearing in the rest of the page. The basefont tag should appear within the <HEAD> tags. CSS is an alternative to this tag.

Attributes:
Color = color
- This sets a default color for your text.

Face = fontname
- Sets the font type to be used between <FONT> tags

Size=#
- A number between 1-7 indicating the size of the font.

Example:

<BASEFONT SIZE=3>

Related Tags:

<B></B> - Bold Tag.

Back to:
Alphabetical Guide
Guide By Type