Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
svg
height
="210"
width
="400"
>
<
path
d
="M150 0 L75 200 L225 200 Z"
/
>
Sorry, your browser does not support inline SVG.
<
/svg
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <svg height="210" width="400"> <path d="M150 0 L75 200 L225 200 Z" /> Sorry, your browser does not support inline SVG. </svg> </body> </html>
Result:
Privacy Policy