1.
What is the purpose of using media queries in CSS?
2.
Which CSS rule is used to define media queries?
3.
What is a media feature in the context of media queries?
4.
How do media queries help in creating responsive designs?
5.
Which media feature is commonly used to target smaller screens in media queries?
6.
How does a media query for max-width: 768px affect styles?
7.
What does the orientation media feature target in media queries?
8.
How can media queries be used to target high-resolution screens?
9.
How does the min-width media feature work in media queries?
10.
Which media feature is used to target devices with a specific aspect ratio in media queries?