<font>
优质
小牛编辑
127浏览
2023-12-01
描述 (Description)
HTML 标记用于指定文本的字体。 它在HTML和XHTML中都已弃用。
例子 (Example)
<!DOCTYPE html>
<html>
<head>
<title>HTML font Tag</title>
</head>
<body>
<font face = "cursive,serif" color = "#ff9900" size = "4">
The HTML font tag is now deprecated. You should use start using CSS to set
font size and family.
</font>
</body>
</html>
全局属性 (Global Attributes)
此标记支持HTML Attribute Reference描述的所有全局属性
具体属性 (Specific Attributes)
HTML 标记还支持以下附加属性 -
属性 | 值 | 描述 |
---|---|---|
color | rgb(x,x,x) #hexcode colorname | Deprecated - 指定文本的颜色。 |
face | List of font names | Deprecated - 指定字体系列。 |
size | number | Deprecated - 指定从1到7的字体大小。 |
事件属性 (Event Attributes)
此标记支持HTML Events Reference中描述的所有事件属性
浏览器支持 (Browser Support)
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |