InterviewSolution
Saved Bookmarks
| 1. |
Which element of SVG is used to create links? |
|
Answer» <a> element is used to create hyperlink. "xlink:href" attribute is used to pass the IRI (Internationalized Resource Identifiers) which is complementary to URI (Uniform Resource Identifiers). |
|