JavaScript is disabled on your browser.
Classes for low-level DOM programming.
The list of areas defined for the image map.
The collection of cells in this row.
A NodeList that contains all children of this node.
Returns a
NodeList
of all the
Elements
with a given
tag name in the order in which they are encountered in a preorder traversal
of the document tree.
Returns a NodeList of all descendant Elements with a given tag name, in the
order in which they are encountered in a preorder traversal of this Element
tree.
The collection of OPTION elements contained by this element.
Returns a collection of all the rows in the table, including all in THEAD,
TFOOT, all TBODY elements.
The collection of rows in this table section.
Returns a collection of the table bodies (including implicit ones).