HTMLCollection in DOM Level 2 HTML

(no overview available)

Instance Properties

name type description
length Number (read only)

Instance Methods

name returns description
item(index) Node
namedItem(name) Node

Properties that are an HTMLCollection

name object description
anchors HTMLDocument (read only)
applets HTMLDocument (read only)
areas HTMLMapElement (read only)
cells HTMLTableRowElement (read only)
elements HTMLFormElement (read only)
forms HTMLDocument (read only)
images HTMLDocument (read only)
links HTMLDocument (read only)
rows HTMLTableElement (read only)
rows HTMLTableSectionElement (read only)
tBodies HTMLTableElement (read only)