<font> - HTML: HyperText Markup Language 编辑
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.
Summary
The HTML Font Element (<font>
) defines the font size, color and face for its content.
Usage note:
Do not use this element! Though once normalized in HTML 3.2, it was deprecated in HTML 4.01, at the same time as all elements related to styling only, then made obsolete in HTML5.
Starting with HTML 4, HTML does not convey styling information anymore (outside the <style>
element or the style attribute of each element). For any new web development, styling should be written using CSS only.
The former behavior of the <font>
element can be achieved, and even better controlled using the CSS Fonts CSS properties.
Attributes
Like all other HTML elements, this element supports the global attributes.
color
- This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format.
face
- This 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.
size
- This attribute specifies the font size as either a numeric or relative value. Numeric values range from
1
to7
with1
being the smallest and3
the default. It can be defined using a relative value, like+2
or-3
, which set it relative to the value of thesize
attribute of the<basefont>
element, or relative to3
, the default value, if none does exist.
DOM interface
This element implements the HTMLFontElement
interface.
Browser compatibility
BCD tables only load in the browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论