예배 규칙서 찾다
Attributes accesskey (attribute) class (attribute) contenteditable (attribute) contextmenu (attribute) data-* (attribute) dir (attribute) draggable (attribute) dropzone (attribute) Global attributes hidden (attribute) id (attribute) itemid (attribute) itemprop (attribute) itemref (attribute) itemscope (attribute) itemtype (attribute) lang (attribute) slot (attribute) spellcheck (attribute) style (attribute) tabindex (attribute) title (attribute) translate (attribute) Elements a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 head header hr html i iframe img input input type="button" input type="checkbox" input type="color" input type="date" input type="datetime"-local input type="email" input type="file" input type="hidden" input type="image" input type="month" input type="number" input type="password" input type="radio" input type="range" input type="reset" input type="search" input type="submit" input type="tel" input type="text" input type="time" input type="url" input type="week" ins kbd label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt rtc ruby s samp script section select slot small source span strong style sub summary sup table tbody td template textarea tfoot th thead time title tr track u ul var video wbr Miscellaneous Attributes Block-level elements CORS enabled image CORS settings attributes Element Inline elements Kinds of HTML content Link types Microdata Optimizing your pages for speculative parsing Preloading content Reference Supported media formats Using the application cache Obsolete acronym applet basefont big blink center command content dir element font frame frameset hgroup image input type="datetime" isindex keygen listing marquee nextid noframes plaintext strike tt xmp
문자

HTML 主体元素(<body>) 表示的是HTML文档的主体内容,任何一个HTML文档,只允许存在一个 <body> 元素。

内容类别

切根。

允许的内容

流量内容。

标记遗漏

如果其中的第一个东西不是空格字符,注释,<script>元素或<style>元素,则可以省略开始标记。如果主体元素包含内容或者具有开始标签,则结束标签可以被省略,并且不会立即跟随注释。

允许父母

它必须是<html>元素的第二个元素。

允许ARIA角色

没有

DOM界面

HTMLBodyElement <body>元素公开HTMLBodyElement接口。您可以通过document.body属性访问body元素。

  • <body>元素暴露在HTMLBodyElement 接口中。

  • 你可以通过 document.body 属性来访问body元素。

属性

该元素包含所有全局特性。

alink超链接被选中时的颜色。这个方法不符合标准,请用元素的 CSS :active伪类的color属性代替。

background将用URI地址指定的图片设置为背景。这个方法不符合标准,请用元素的 CSSbackground属性代替。

bgcolor文档的背景颜色。这个方法不符合标准,请用CSSbackground-color属性代替。

bottommarginbody元素底部的空白。这个方法不符合标准,请用元素的 CSSmargin-bottom属性代替。

leftmarginbody元素左边的空白。这个方法不符合标准,请用元素的 CSSmargin-left属性代替。

link未访问过的超链接的颜色。这个方法不符合标准,请用 CSS :link伪类的 color属性代替。

onafterprintHTML5用户打印完成当前文档后的回调函数。

onbeforeprintHTML5用户请求打印当前文档时(打印前)的回调函数。

onbeforeunloadHTML5当文档即将被卸载的回调函数。

onblurHTML5DOM失去焦点的回调函数。

onerrorHTML5DOM加载失败的回调函数。

onfocusHTML5DOM接收到焦点focus的回调函数。

onhashchangeHTML5当文档当前地址的片段标识部分(地址后面以#号开始的部分)变化时的回调函数。

onlanguagechange语言改变时的回调函数。

onloadHTML5DOM完成加载的回调函数。

onmessageHTML5DOM接收到message的回调函数。

onofflineHTML5网络连接失败的回调函数。

ononlineHTML5网络恢复连接的回调函数。

onpopstateHTML5用户导航历史会话的回调函数。

onredoHTML5用户从历史记录里面前进的onresizeHTML5DOM大小调整时触发的回调函数。

onstorageHTML5存储区改变的回调函数。

onundoHTML5用户从历史记录里前进时触发的回调函数。

onunloadHTML5当文档已经被关闭的回调函数。

rightmarginbody元素右边的空白。这个方法不符合标准,请用元素的 CSSmargin-right属性代替。

text文本的颜色。这个方法不符合标准,请用元素的 CSS color属性代替。

topmarginbody元素顶部的空白。这个方法不符合标准,请用元素的 CSSmargin-top属性代替。

vlink已访问的超链接的颜色。这个方法不符合标准,请用 CSS :visited伪类的 color属性代替。

示例

<html>  <head>    <title>Document title</title>  </head>  <body>    <p>This is a paragraph</p>  </body></html>

规范

规范

状态

评论

WHATWG HTML生活标准该规范中“<body>”的定义。

生活水平

更改了不符合要素的列表。

HTML5该规范中'<body>'的定义。

建议

过时了以前被弃用的属性。定义了不符合标准的边际,边际,边缘和边际的行为。添加了on *属性。

HTML 4.01规范该规范中'<body>'的定义。

建议

弃用alink,背景,bgcolor,链接,文本和vlink属性。

浏览器兼容性

Feature

Chrome

Edge

Firefox (Gecko)

Internet Explorer

Opera

Safari (WebKit)

Basic support

1.0

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

onlanguagechange

?

No support

32 (32)

?

?

?

bottommargin, leftmargin, rightmargin, topmargin

(Yes)

No support

35 (35) 1

?

?

?

Feature

Android

Edge

Firefox Mobile (Gecko)

IE Phone

Opera Mobile

Safari Mobile

Basic support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

onlanguagechange

?

No support

32.0 (32)

?

?

?

bottommargin, leftmargin, rightmargin, topmargin

(Yes)

No support

35.0 (35) 1

?

?

?

이전 기사: 다음 기사: