MCQ
What is the max-width media query used for?
Responsive Web Design
A To target screens larger than a specific width
B To target screens smaller than or equal to a specific width
C To target exactly a specific width
D To target all screens
Explanation

The max-width media query targets screens that are smaller than or equal to the specified width, typically used in desktop-first designs.