MCQ
What is the difference between max-width and width in responsive design?
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.