BASEFONT - Base Font Change

Syntax <BASEFONT>
Attribute Specifications
  • SIZE= (font size adjustment)
  • COLOR= (font color adjustment)
  • FACE= (font face adjustment)
  • = (unique ID)
Contents Empty
Contained in , except

The BASEFONT element, in HTML 4.0 in favor of , allows authors to suggest rudimentary font changes. Use of the BASEFONT element brings the same usability and accessibility problems as , as discussed in the article

Unlike FONT, BASEFONT's changes affect the base font, and so apply to all content following the BASEFONT element except for headings. However, most browsers fail to apply changes in the base font size and color to s.

BASEFONT's required SIZE attribute specifies the font size to use on a browser-dependent scale of 1 to 7, with the default being 3.

The poorly supported COLOR and FACE attributes suggest a font color and face, respectively. are better supported and more flexible than BASEFONT's COLOR and FACE attributes.

More Information