Multiple choice technology programming languages

XPath is used to navigate through

  1. different pages

  2. none of these

  3. files

  4. elements and attributes

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

XPath enables navigation through the hierarchical structure of XML elements and attributes. It uses path expressions to select nodes from an XML document, allowing precise targeting of specific elements or attributes within the tree structure.