...

/

Quiz on DOM Traversal and Manipulation

Quiz on DOM Traversal and Manipulation

Check your understanding of the concepts of DOM traversal and manipulation.

We'll cover the following...

Question 1-4 are based on the following web page DOM Tree:

Technical Quiz
1.

What are the following (next) siblings of the element button?

A.

img

B.

a

C.

a, img

D.

None of the above


1 / 9