nerdexam
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)
  • A
    15% (10)
  • B
    72% (48)
  • C
    9% (6)
  • D
    3% (2)
  • E
    1% (1)

Topics

#DOM extension#getElementsByTagName#DOM methods

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice