MCQ
What is the 'device-width' value in viewport meta tag?
Responsive Web Design
A Sets the viewport width equal to the device's screen width
B Sets the viewport width to a fixed value
C Sets the viewport width to half the device width
D Sets the viewport width to the desktop width
Explanation

The device-width value sets the viewport width to match the device's physical screen width, essential for proper responsive layout on mobile devices.