Blog Desk       February 10, 2020      702

Which CSS property controls the text size?

  1. text-size
  2. font-size
  3. text-style
  4. 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;}