DOM Nodelist
The DOM NodeList Object A NodeList object is a list (collection) of nodes extracted from a document….
The DOM NodeList Object A NodeList object is a list (collection) of nodes extracted from a document….
The HTMLCollection Object The getElementsByTagName() method returns an HTMLCollection object. An HTMLCollection object is an array-like list (collection) of HTML elements….