HTMLCollection
A collection of HTML nodes.
Gets the specific node whose id matches the string specified by the attribute.
Matching by name is only done as a last resort, only in HTML, and only if the referenced
element supports the name attribute. Returns null if no node exists by the given name.
Gets the specific node whose id matches the string specified by the attribute.
Matching by name is only done as a last resort, only in HTML, and only if the referenced
element supports the name attribute. Returns null if no node exists by the given name.
Gets the number of nodes in the list.
Gets an enumerator over the contained elements.
Gets the item at the specified index.
Gets the item with the specified id.
Gets the number of items in the collection.