Jazzo.co.uk uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our Privacy Policy and our Terms & Condition.

HTML <svg>

query_builder | Christopher Pisani

The HTML element <svg> which stands for Scalable Vector Graphics, acts as a canvas for SVG graphics. Various shaping elements can be used to draw within the canvas.

A simple <svg> example

When using drawing software like Adobe Illustrator, data can be saved as SVG. The following code is data saved from an Adobe Illustrator drawing.

Code from Adobe Illustrator drawing

Available Attributes


No specific attributes are assigned for this element, other than the standard global attributes.