Prev Demo
HTML5
>
Svg Tag - Graphics For Webpage
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>SVG</title> <meta charset="utf-8" /> </head> <body> <h2>HTML5 SVG Rectangle - Scalable Vector Graphics</h2> <svg id="svgelem" height="200" xmlns="http://www.w3.org/2000/svg"> <rect id="redrect" width="300" height="100" fill="red" /> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output