July 1998
Intermediate to advanced
1456 pages
65h 5m
English
ID — NN n/a IE 4 HTML n/a
ID=”elementIdentifier"Optional
A unique identifier that distinguishes this element from all the rest
in the document. You can use this attribute value in Internet
Explorer scripts as a way to reference the HEAD
element by ID rather than by the longer
document.all.tags("HEAD")[0] reference.
<HEAD ID="docHead">...</HEAD>
Case-sensitive identifier.
None.
[window.]document.all.tags(“HEAD”)[0].id
[window.]document.all.elementID.id
Read now
Unlock full access