Base/master font.  - <BASEFONT>

Previous- BASE - Base url for relative urls  |  Next-BDO - Bi directional rendering off

Description
Sets the base font which is used as the default font for rendering text, unless specifically changed with the FONT element or through style sheets. The BASEFONT element should be placed in the HEAD element to ensure it occurs before the first occurrence of the FONT element. Deprecated in HTML 4.0 which requires the use of the SYTLE element to control font formats.
Attributes
NameValuesDescription
classclassnameClass of the element which is used to associate the element with a style sheet.
colorcolorColour
facefont_family_nameName of the font
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
size1|2|3|4|5|6|7Size

Example
<basefont size="3" face="arial">
This example can not be displayed.
Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES YES YES YES YES YES

Previous- BASE - Base url for relative urls  |  Next-BDO - Bi directional rendering off