web api interface
HTMLFontElement
Implements the document object model (DOM) representation of the font element. The HTML Font Element <font> defines the font size, font face and color of text.
Instance properties
Inherits properties from its parent, HTMLElement.
colorDeprecated- : A string that reflects the
colorHTML attribute, containing either a named color or a color specified in the hexadecimal #RRGGBB format.
- : A string that reflects the
faceDeprecated- : A string that reflects the
faceHTML attribute, containing a comma-separated list of one or more font names.
- : A string that reflects the
sizeDeprecated- : A string that reflects the
sizeHTML attribute, containing either a font size ranging from 1 to 7 or a number relative to the default value 3, for example -2 or +1.
- : A string that reflects the
Instance methods
No specific method; inherits methods from its parent, HTMLElement.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- The HTML element implementing this interface:
<font>.