Zend
200-710 · Question #164
What method can be used to find the tag <any> via the DOM extension?
The correct answer is B. getElementsByTagName(). See the full explanation below for the reasoning.
XML & Web Services
Question
What method can be used to find the tag <any> via the DOM extension?
Options
- AgetElementById()
- BgetElementsByTagName()
- CgetElementsByName()
- DgetElementByIdName()
- EfindTag()
How the community answered
(67 responses)- A15% (10)
- B72% (48)
- C9% (6)
- D3% (2)
- E1% (1)
Topics
#DOM extension#getElementsByTagName#DOM methods
Community Discussion
No community discussion yet for this question.