MCQ
What is a common approach to responsive images with varying resolutions?
Responsive Web Design
A Using only large images
B Using srcset with different resolution options
C Using only small images
D Not including images in responsive design
Explanation

The srcset attribute allows you to provide multiple image versions for different resolutions or screen densities, improving both performance and visual quality.