Chapter 1 — Basics of SVG
SVG (Scalable Vector Graphics) is an XML-based format used to describe 2D graphics. It is resolution-independent and ideal for web graphics.
Example:
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
</svg>