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). <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). |
|