Prev Demo
Rectangle With Rounded Corners
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h2>Rectangle with rounded corners</h2> <svg width="300" height="200" style="border:5px solid blue"> <rect x="50" y="50" rx="20" ry="20" width="200" height="100" style="fill:rgb(182, 255, 0);stroke-width:4;stroke:rgb(255, 106, 0);"></rect> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output