BODYBODY*
*Contents  *Index  *Topic Contents
*Previous Topic: BLOCKQUOTE
*Next Topic: BR

BODY

Description

Specifies the beginning and end of the document body.

Remarks

You can access the BODY element by using the body property on the document object.

Event handlers set using the onblur, onfocus, onload, or onunload property handle these events for the window object. These properties are of the window object but are hosted on the BODY element, since there is no "window" element available.

This element is a block element.

Properties

accessKey, aLink, background, bgColor, bgProperties, bottomMargin, className, clientHeight, clientLeft, clientTop, clientWidth, document, filter, id, innerHTML, innerText, isTextEdit, lang, language, leftMargin, link, noWrap, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerHTML, outerText, parentElement, parentTextEdit, recordNumber, rightMargin, scroll, scrollHeight, scrollLeft, scrollTop, scrollWidth, sourceIndex, style, tabIndex, tagName, text, title, topMargin, vLink

Methods

click, contains, createTextRange, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, setAttribute

Collections

all, children, filters

Events

onafterupdate, onbeforeunload, onbeforeupdate, onchange, onclick, ondataavailable, ondatasetchanged, ondatasetcomplete, ondblclick, ondragstart, onerrorupdate, onfilterchange, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onrowenter, onrowexit, onselectstart

HTML Element

BODY


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.

"