interface HTMLCollection implements HTMLCollectionBaseimport { type HTMLCollection } from "https://deno.land/x/evt@v2.5.6/lib/types/lib.dom.ts"; MethodsnamedItem(name: string): Element | nullRetrieves a select object or an object from an options collection.