MCQ
What is the purpose of the 'orientation' media feature in media queries?
Responsive Web Design
A To detect the device's orientation (portrait or landscape)
B To orient images
C To set the page orientation
D To change text direction
Explanation

The orientation media feature allows you to apply different styles based on whether the device is in portrait or landscape mode, which is crucial for responsive designs on mobile devices.