MCQ
What is the purpose of the 'srcset' attribute in images?
Responsive Web Design
A To set the image source folder
B To provide multiple image sources for different resolutions and sizes
C To style the image
D To set the image title
Explanation

The srcset attribute allows you to specify multiple image sources for different screen sizes or resolutions, improving performance and user experience.