MCQ
Which HTML element is commonly used to implement responsive images?
Responsive Web Design
A <image>
B <picture>
C <responsive>
D <adaptive>
Explanation

The <picture> element is used to provide different image sources for different screen sizes, making it a key element for responsive images.