SVG means scalable vector graphics.
SVG uses the XML format to define the image.
Now start to learn SVG! We can edit the SVG instance online and view the running results online! In the rookie tutorial, we provide you with a complete SVG reference manual that lists the elements of SVG in all W3C recommendations (SVG Version 1.1). 1.1.1. SVG instance ¶
<html><body><h1>My first
SVG</h1><svgxmlns="http://www.w3.org/2000/svg"version="1.1"><circlecx="100"cy="50"r="40"stroke="black"stroke-width="2"fill="red"/></svg></body></html>
SVG instance ¶
SVG reference manual ¶