MCQ
What does the CSS 'auto' value do in responsive layouts?
Responsive Web Design
A Automatically sets the value based on the browser
B Sets the value to 0
C Sets the value to 100%
D Sets the value to 50%
Explanation

The 'auto' value allows the browser to calculate the appropriate value, which is useful for responsive design where layouts need to adapt to available space.