Vidyalelo
HTML · Q75

HTML5

Programming · HTML · question 75

Q75

Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?

A.
tref
B.
use
Answer
C.
stroke
D.
bin

Answer: Option B

Solution

Answer: Option B
Solution:
The use element takes nodes from within the SVG document, and duplicates them somewhere else.