Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLpicture srcsetSingle-choice MCQ

You provide srcset with both width (w) descriptors and a fixed-width display, but omit the sizes attribute. What does the browser assume for sizes?

<img srcset="a.jpg 400w, b.jpg 800w" src="a.jpg" alt="">