Prev Demo
HTML5
>
Texts
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h3 style="color:blue"><i>SVG Texts</i></h3> <svg width="300" height="150" style="border:3px solid green"> <text x="10" y="30">TechFunda </text> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output