Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
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.
Inherits properties from its parent, HTMLElement
.
HTMLFontElement.color
DOMString
that reflects the color
HTML attribute, containing either a named color or a color specified in the hexadecimal #RRGGBB format.HTMLFontElement.face
DOMString
that reflects the face
HTML attribute, containing a comma-separated list of one or more font names.HTMLFontElement.size
DOMString
that reflects the size
HTML attribute, containing either a font size number ranging from 1 to 7 or a relative size to the size
attribute of the <basefont>
element, for example -2 or +1.No specific method; inherits methods from its parent, HTMLElement
.
<font>
tag is not supported in HTML5 since it is now obsolete.Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | ? | 22.0 (22.0) | ? | ? | ? |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | 22.0 (22.0) | ? | ? | ? |
<font>
.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement