MCQ
What is the difference between max-width and width in responsive design?
Responsive Web Design
A max-width sets a maximum but allows scaling down; width is fixed
B They are the same
C max-width is obsolete
D width is more responsive
Explanation

max-width sets a maximum size but allows the element to scale down naturally, while width sets a fixed size that doesn't adapt to smaller containers.