1.
What are gradient stops in SVG used for?
2.
Which element is used to define a linear gradient in SVG?
3.
What does the offset attribute of a gradient stop specify?
4.
How can you create a smooth color transition in a linear gradient using gradient stops?
5.
What is the purpose of the stop-color attribute in an SVG gradient stop?
6.
How does the position of a gradient stop affect the color transition?
7.
What happens if you define multiple stops with the same offset in an SVG gradient?
8.
How can you create a transparent gradient using gradient stops in SVG?
9.
What does the stop-opacity attribute of a gradient stop control?
10.
How can you reuse a gradient across multiple elements in SVG?