Multiple choice

Which of the following properties for accessing element nodes in XML takes a reference to the next node at the same level in the document tree?

  1. parentNode

  2. nextSibling

  3. lastChild

  4. firstChild

  5. perviousSibling

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This property for accessing element nodes in XML takes a reference to the next node at the same level in the document tree.