HTMLCollection in DOM Level 2 HTML
(no overview available)
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) |