MCQ
What are media queries in CSS?
Responsive Web Design
A A way to query database information
B A CSS technique to apply styles based on device characteristics
C A JavaScript framework
D A way to check internet speed
Explanation

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