Quiz: XPath

Test your understanding of XPath.

1

(Select all that apply.) Which XPath expressions select all <a> tags with the class attribute set to next?

A)

//a[@class="next"]

B)

//a[class="next"]

C)

//a[class~="next"]

D)

//a[contains(@class, "next")]

Question 1 of 40 attempted

Get hands-on with 1200+ tech skills courses.