MCQ
What is a 'media query' in responsive web design?
Responsive Web Design
A A CSS feature to check media files
B A CSS feature to apply styles based on device characteristics
C A JavaScript function
D An HTML attribute
Explanation

Media queries are a CSS feature that allows you to apply specific styles based on device characteristics like width, height, orientation, and resolution.