HTMLFontElement - Web APIs 编辑
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.
Properties
Inherits properties from its parent, HTMLElement
.
HTMLFontElement.color
- Is a
DOMString
that reflects thecolor
HTML attribute, containing either a named color or a color specified in the hexadecimal #RRGGBB format. HTMLFontElement.face
- Is a
DOMString
that reflects theface
HTML attribute, containing a comma-separated list of one or more font names. HTMLFontElement.size
- Is a
DOMString
that reflects thesize
HTML attribute, containing either a font size number ranging from 1 to 7 or a relative size to thesize
attribute of the<basefont>
element, for example -2 or +1.
Methods
No specific method; inherits methods from its parent, HTMLElement
.
Specifications
- The
<font>
tag is not supported in HTML5 since it is now obsolete.
Browser compatibility
BCD tables only load in the browser
See also
- The HTML element implementing this interface:
<font>
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论