nerdexam
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)
  • A
    2% (1)
  • B
    78% (42)
  • C
    6% (3)
  • D
    13% (7)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice