Prev Demo
Rectangle With Text
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h2 style="color:magenta"><i>Rectangle with text</i></h2> <svg width="250" height="180" style="border:2px solid lime"> <g> <rect x="10" y="20" width="100" height="100" fill="black"></rect> <text x="10" y="60" font-family="italic" font-size="20" fill="yellow"> TechFunda </text> </g> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output