<body>
优质
小牛编辑
124浏览
2023-12-01
描述 (Description)
HTML 标记用于指示HTML文档的主要内容部分。
例子 (Example)
<!DOCTYPE html>
<html>
<head>
<title>HTML body Tag</title>
</head>
<body>
Body of the document...
</body>
</html>
全局属性 (Global Attributes)
此标记支持HTML Attribute Reference描述的所有全局属性
具体属性 (Specific Attributes)
HTML 标记还支持以下附加属性 -
属性 | 值 | 描述 |
---|---|---|
alink | rgb(x,x,x) #xxxxxx colorname | Deprecated - 指定文档中活动链接的颜色。 |
background | URL | Deprecated - 指定背景图像文件路径。 |
bgcolor | rgb(x,x,x) #xxxxxx colorname | Deprecated - 指定背景颜色。 |
link | rgb(x,x,x) #xxxxxx colorname | Deprecated - 指定文档中所有链接的颜色。 |
text | rgb(x,x,x) #xxxxxx colorname | Deprecated - 指定文档中文本的颜色。 |
vlink | rgb(x,x,x) #xxxxxx colorname | Deprecated - 指定文档中已访问链接的颜色。 |
事件属性 (Event Attributes)
此标记支持HTML Events Reference描述的所有事件属性
浏览器支持 (Browser Support)
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |