Question: To change the color of an SVG using CSS, which property is used?
- Use background-fill to set the color inside the object and stroke or border to set the color of the border.
 - The color cannot be changed with CSS.
 - Use fill or background to set the color inside the object and stroke to set the color of the border.
 - Use fill to set the color inside the object and stroke to set the color of the border.
 
Answer: The correct answer of the above question is Option D:Use fill to set the color inside the object and stroke to set the color of the border.