<font>
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see thecompatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
The<font>HTML element defines the font size, color and face for its content.
Warning:Do not use this element. Use the CSSFonts properties to style text.
In this article
Attributes
Like all other HTML elements, this element supports theglobal attributes.
colorDeprecatedThis attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format.
faceDeprecatedThis attribute contains a comma-separated list of one or more font names. The document text in the default style is rendered in the first font face that the client's browser supports. If no font listed is installed on the local system, the browser typically defaults to the proportional or fixed-width font for that system.
sizeDeprecatedThis attribute specifies the font size as either a numeric or relative value. Numeric values range from
1to7with1being the smallest and3the default. It can be defined using a relative value, like+2or-3, which sets it relative to3, the default value.
DOM interface
This element implements theHTMLFontElement interface.
Specifications
| Specification |
|---|
| HTML> # font> |