Prev Demo
HTML5
>
Rectangle
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h2 style="color:magenta"><i>SVG Rectangle</i></h2> <svg width="400" height="200" style="border:2px solid green"> <rect x="100" y="50" width="200" height="100" style="fill:rgb(231,8,21);stroke-width:6;stroke:rgb(0,0,0)"></rect> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output