MCQ
What is the correct HTML for an SVG image?
A <svg>
B <canvas>
C <vector>
D <graphic>
Explanation

The <svg> tag is used to define scalable vector graphics directly in HTML.