HTMLCollectioninterface HTMLCollection extends HTMLCollectionBase {namedItem(name: string): Element | null;}var HTMLCollection: {prototype: HTMLCollection; new (): HTMLCollection; };§Extends§HTMLCollectionBase[src]§Methods§namedItem(name: string): Element | null[src]Retrieves a select object or an object from an options collection.