Quiz on DOM Traversal and Manipulation
Check your understanding of the concepts of DOM traversal and manipulation.
Question 1-4 are based on the following web page DOM Tree:
1
What are the following (next) siblings of the element button
?
A)
img
B)
a
C)
a
, img
D)
None of the above
Question 1 of 90 attempted