Function Document.getElementsByTagName
Returns a NodeList
of all the Element
s in document order with a given
tag name and are contained in the document.
Prototype
NodeList!DOMString getElementsByTagName(
DOMString tagname
);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --