Intermediate
HTML & CSS
Q71 / 100
What does the "<picture>" element with multiple "<source>" tags enable?
Correct! Well done.
Incorrect.
The correct answer is B) Serving different image resources based on conditions like viewport size or supported formats, letting the browser choose the most appropriate one
B
Correct Answer
Serving different image resources based on conditions like viewport size or supported formats, letting the browser choose the most appropriate one
Explanation
<picture> with <source> elements (using media or type attributes) enables responsive/art-directed images and format fallbacks, with <img> as the default/fallback.
Progress
71/100