Answer & Solution
Answer: Option A
Solution:
A best practice for creating SVG icons and illustrations is to use semantic markup (e.g.,
<title>
and <desc>
for accessibility) and optimize the SVG files for performance (e.g., minify, compress). This ensures better accessibility and faster loading times, enhancing the user experience.