HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> svg rect{ fill:green; stroke-width:3; stroke:red; opacity:0.4; } </style> </head> <body> <svg width="400" height="180"> <rect x="50" y="10" width="200" height="100" /> Sorry, your browser does not support inline SVG. </svg> </body> </html>
OUTPUT
×

Save as Private