Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <svg width="300" height="200"> <circle cx="150" cy="100" r="50" stroke="purple" stroke-width="5" fill="pink" /> </svg> </body> </html>