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

The min-width media query targets screens that are larger than or equal to the specified width, typically used in mobile-first designs.