The <body> HTML element represents the content of an HTML document. There can be only one <body> element in a document.
Interface HTMLBodyElement All Superinterfaces: Element,HTMLElement,Node public interfaceHTMLBodyElementextendsHTMLElement HTML文档正文。即使源文档中不存在标记,此元素也始终存在于DOM API中。请参阅HTML 4.0中的BODY元素定义。 另见Document Object Model (DOM) Level 2 Specification。
HTMLElement HTMLドキュメントの本文。 ソース・ドキュメントにタグがない場合でも、この要素は常にDOM API内に存在します。 HTML 4.0のBODY要素の定義を参照してください。 「Document Object Model (DOM) Level 2 Specification」も参照してください。
C HTMLBodyElement Instance Properties P aLink P background P bgColor P link P onblur P onerror P onfocus P onfocusin P onfocusout P onload P onresize P onscroll P onselectionchange P onwebkitmouseforcechanged P onwebkitmouseforcedown P onwebkitmouseforceup P onwebkitmouseforcewillbegin P on...
document.documentElement即html标签的DOM对象 document.body即body标点的DOM对象 以chrome/IE8/IE9/firefox为例,简易的比较一下window、document、html、body、element的onxxx属性 说明:表格中yes表示对象拥有该属性,否则没有 chrome45.0中所有的onxxx属性 chrome浏览器的事件基本都都列在上面了,基本上每个事件都有.on...
The<body>element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note:There can only be one<body>element in an HTML document. Browser Support Element <body>YesYesYesYesYes ...
DomHtmlBodyElement Constructors Properties ALink Background BgColor ClassHandle Link Text VLink DomHtmlBRElement DomHtmlButtonElement DomHtmlCollection DomHtmlDirectoryElement DomHtmlDivElement DomHtmlDListElement DomHtmlDocument DomHtmlElement DomHtmlEmbedElement ...
IHTMLAttributeCollection2 IHTMLAttributeCollection3 IHTMLAttributeCollection4 IHTMLAudioElement IHTMLAudioElementFactory IHTMLBaseElement IHTMLBaseElement2 IHTMLBaseFontElement IHTMLBGsound IHTMLBlockElement IHTMLBlockElement2 IHTMLBlockElement3 IHTMLBodyElement ...
Uniquely identifies the element within a document. Note Supported only for devices running Windows Mobile 2003 software or later. LEFTMARGIN 0...# 6 (default) Specifies the left margin of the body in pixels. Negative values are allowed. LINK Special Specifies the color for links on a page...
HtmlElement获取 标记的 BODY。 C# 复制 public System.Windows.Forms.HtmlElement? Body { get; } 属性值 HtmlElement HtmlElement标记的 BODY 对象。 示例 下面的代码示例创建一个新 DIV 元素,并使用 方法将其追加到文档 AppendChild 的底部。 C# 复制 private void AppendText(String text) { if (web...