Returns an array of elements with the given tag name.
The root node where the lookup starts.
A string representing the name of the elements. The special string * represents all elements.
*
getElementsByTagName on MDN
Returns an array of elements with the given tag name.