Source Code:
(back to article)
Submit
Result:
Report an issue
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
⌄
⌄
⌄
<!DOCTYPE html>
<
html
>
<
head
>
<
title
>Title of the document</
title
>
</
head
>
<
body
>
<
svg
width=
"300"
height=
"250"
>
<
path
d=
"M190 40 L115 240 L265 240 Z"
/>
Sorry, inline SVG is not supported by your browser..
</
svg
>
</
body
>
</
html
>
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <svg width="300" height="250"> <path d="M190 40 L115 240 L265 240 Z" /> Sorry, inline SVG is not supported by your browser.. </svg> </body> </html>