Q. Which CSS property is used to control the text size of an element?
β
Correct Answer: (C)
font-size
Explanation: The “font-size” property allows you to define the font size for different elements. Example:
div { font-size: 15px; }
div { font-size: 15px; }