Blog Desk
February 10, 2020
486
Which CSS property controls the text size?
-
text-size
-
font-size
-
text-style
-
font-style
The Right Answer is : Option
B
Explanation
CSS property controls the text size
The font-size CSS property sets the size of the font of an HTML element.
Example:
p{font-size:16px;}