Source Code:
(back to article)
Submit
Result:
Report an issue
9
1
2
3
4
5
6
7
8
9
›
⌄
⌄
⌄
<!DOCTYPE html>
<
html
>
<
body
>
<
svg
width=
"400"
height=
"180"
>
<
rect
x=
"50"
y=
"20"
width=
"150"
height=
"150"
style=
"
fill:
blue
;stroke:
pink
;stroke-width:
5
;opacity:
0.5
"
/>
Sorry, inline SVG is not supported by your browser.
</
svg
>
</
body
>
</
html
>
<!DOCTYPE html> <html> <body> <svg width="400" height="180"> <rect x="50" y="20" width="150" height="150" style="fill:blue;stroke:pink;stroke-width:5;opacity:0.5" /> Sorry, inline SVG is not supported by your browser. </svg> </body> </html>