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.elementID

The properties of the Head object are:

className
document
id
isTextEdit
parentElement
sourceIndex
tagName
outerText
title
style

The Methods of the Head object are:

contains()
getAttribute()
removeAttribute()
setAttribute()