Zend
200-550 · Question #142
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.
Question
What method can be used to find the tag <any> via the DOM extension?
Options
- AgetElementById()
- BgetElementsByTagName()
- CgetElementsByTagNameNS()
- DgetElementByName()
- EfindTag()
How the community answered
(54 responses)- A2% (1)
- B78% (42)
- C6% (3)
- D13% (7)
- E2% (1)
Community Discussion
No community discussion yet for this question.