Svg part 2

Inserting SVG Images



An SVG image can be added to HTML code with just a basic image tag that includes a source attribute pointing to the image:<img src="image.svg" alt="" height="300" />
SVG defines vector-based graphics in XML format.

Comments

Popular posts from this blog

Drag&Drop API