What method can be used to find a tag with the name "foo" via the DOM extension?
getElementById()
getElementsByTagName()
getElementsByTagNameNS()
getElementByName()
findTag()
Submit