Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <svg height="300" width="300"> <circle cx="150" cy="150" r="100" stroke="grey" stroke-width="5" fill="purple" /> Sorry, inline SVG isn't supported by your browser. </svg> </body> </html>