Home » HTML » HTML Graphics » Question
  1. Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?
    1. bin
    2. tref
    3. use
    4. stroke
    5. None of these
Correct Option: C

A colour of line, text or outline is defined by stroke element in SVG. The use element takes nodes from within the SVG document, and duplicates them somewhere else.



Your comments will be displayed only after manual approval.