<BASEFONT...>
CLASS
="Style Sheet Class"
COLOR
="#rrggbb|Colour Name"
FACE
="Font Name"
ID
="Unique Identifier"
LANG
="Language descriptor"
LANGUAGE
="Scripting Language descriptor"
SIZE
="1-7"
STYLE
="Style Sheet Setting"
TITLE
="Title of element"
>
Specifies the base font for the whole document.
Attribute | Description |
CLASS |
Sets the style sheet class (specified in an in-line, linked or imported style sheet) to be applied to the element. |
COLOR |
Specifies a colour for the whole document contents. |
FACE |
Specifies the default font face for the entire document. A multiple comma separated list can be specified, providing the browser with a alist of alternatives in case it doesn't have the first font installed. |
ID |
Sets a unique identifier for the element, allowing it to be referenced within scripting functions, or to specify a style sheet setting, set using a #<style_class> class selector. |
LANG |
Specifies the language (using an ISO country code derived classifier) that the element is using, for browsers that support document localisation. |
LANGUAGE |
Sets the scripting language that any in-line scripting events are written in. |
SIZE |
Specifies the size of the font for the whole document. The exact size of the 1-7 range of values is browser dependant. |
STYLE |
Sets in-line style sheet settings for the element, which will over-ride any set in a <STYLE> block, or externally linked to the document. |
TITLE |
Specifies an informational title for the element. The contents of the TITLE attribute may be presented as a Tool-Tip by some browsers. |
See 'HTML Reference|Document Structure Elements|<BASEFONT>' for more information.