BASEFONT

<BASEFONT
FACE=string
CLASS=string
ID=string
LANG=string
TITLE=string
>

Sets a base font value to be used as the default font when rendering text.

FACE=
Sets the current fonts typeface.
CLASS=
Specifies the class of the tag being defined. This is most often used to associated a sub-classed style sheet with the tag.
ID=
An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid names to script with are any alphanumeric string that begins with a letter. Valid special characters include underbar "_".
LANG=
This specifies the language to use. The specifier is an ISO standard language abbreviation.
TITLE=
The Title attribute is used to provide advisory information.

This element may only be used within the HEAD tag.

The start tag is required, and the end tag is optional.