Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <svg width="450" height="150" style="border:1px solid #cccccc"> <text x="20" y="20" style="fill:green"> Example of the SVG "text" element used with the "tspan" element <tspan x="25" y="65">This is a SVG text.</tspan> <tspan x="35" y="90">This is a SVG text.</tspan> <tspan x="45" y="115">This is a SVG text.</tspan> </text> Sorry, your browser doesn't support inline SVG. </svg> </body> </html>