Quiz: XPath
Test your understanding of XPath.
We'll cover the following...
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
Access this course and 1400+ top-rated courses and projects.