getElementsByTagName: tagName
This function returns a list of Element
nodes from the current document
whose tagName
attribute matches
the given tagName
parameter.
The nodes are returned in the same order in which they appear in
the source document.