MCQ
Which CSS function can be used for responsive font sizing?
Responsive Web Design
A font-size()
B clamp()
C size()
D scale()
Explanation

The CSS clamp() function allows you to set a font size that is responsive by defining a minimum, preferred, and maximum size, all within one line.