HTMLCollection:
HtmlCollection is a collection of HTML elements from DOM. it is access by the name,id or index number. It use getElementByClassName, getElemenrtByTagName in NodeList.
It uses three Methods:
HTMLCollection Item() Method
HTMLCollection length() Method
HTMLCollection namedItem() Method
Html Collection Read more…