Search notes:

SVG

<svg
   xmlns="http://www.w3.org/2000/svg"
   viewBox="0 0 240 80"
   width  ="300"
   height ="120"
>
  …
</svg>

Attribute and style properties

Some properties are specified with attributes and others are specified with styles.
It seems that geometrical properties (width etc) are specified with attributes and visual properties (fill) are specified with styles.

See also

SVG elements
SVG examples
The HTML <svg> element.
Perl module SVG
CSV is part of the Web platform.

Index