Prev Demo
Text With Link
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h3 style="color:blue"><i>SVG text with link</i></h3> <svg width="300" height="150" style="border:3px solid green"> <a xlink:href="http://www.techfunda.com"> <text x="14" y="30" fill="blue">TechFunda </text> </a> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output