| Head The head object reflects the funcitonality of the Html HEAD tag, which is used to encapsulate instructions for the current page. The properties of this object are most commonly accessed through the tags array, as shown in the DOM reference below. Note that there are no collections or event handlers for this object. DOM Reference Internet Explorer window.document.all.tags(HEAD)[n] window.document.all.elementIDThe properties of the Head object are: className document id isTextEdit parentElement sourceIndex tagName outerText title styleThe Methods of the Head object are: contains() getAttribute() removeAttribute() setAttribute() |