What does the srcset attribute on an img element provide?
- A Alternative text
- B A set of image candidates so the browser can choose the best for the device
- C The image caption
- D A fallback URL if the image fails
Answer
A set of image candidates so the browser can choose the best for the device
Combined with sizes, srcset lets the browser download an appropriately sized image, avoiding sending a desktop image to a phone.





