Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
svg
height
="250"
width
="500"
>
<
polygon
points
="220,10 300,210 170,250 123,234"
style
="fill:lime;stroke:purple;stroke-width:1"
/
>
Sorry, your browser does not support inline SVG.
<
/svg
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <svg height="250" width="500"> <polygon points="220,10 300,210 170,250 123,234" style="fill:lime;stroke:purple;stroke-width:1" /> Sorry, your browser does not support inline SVG. </svg> </body> </html>
Result:
Privacy Policy