<?
xml
version
=
""1.0""
encoding
=
""UTF-8""
?>
<!DOCTYPE html>
<
html
>
<
head
>
<!-- <meta content=""text/html; charset=utf-8"" http-equiv=""Content-Type"" /> -->
<
title
> My First SVG Page</
title
>
</
head
>
<
body
>
width
=
""200px""
height
=
""200px""
>
<
rect
x
=
""0""
y
=
""0""
width
=
""100%""
height
=
""100%""
fill
=
""none""
stroke
=
""black""
/>
<
circle
cx
=
""100""
cy
=
""100""
r
=
""50""
style
=
""stroke: black; fill: red;""
/>
</
svg
>
</
body
>
</
html
>