Answer & Solution
Answer: Option A
Solution:
You create a line in SVG using the
<line>
element, which takes attributes like x1, y1, x2, y2 to define the line's starting and ending points.