HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list.Returns the number of items in the collection.
Promise<number>Needs content.
Promise<number>Returns the specific node at the given zero-based index into the list. Returns null if the index is out of range.
number. The position of the Node to be returned. Elements appear in an HTMLCollection in the same order in which they appear in the document's source.SuperElementReturns the specific node whose ID or, as a fallback, name matches the string specified by name. 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.
string. Needs content.SuperElementNeeds content.
number. Needs content.SuperElement