MCQ
What does the CSS clamp() function do?
Responsive Web Design
A Clamps elements to a grid
B Clamps a value between a minimum and maximum range
C Creates a clamping effect
D Removes CSS properties
Explanation

The clamp() function restricts a value between a defined minimum, preferred, and maximum value, making it ideal for responsive values.