Multiple choice technology web technology

Which CSS property controls the text size?

  1. text-style

  2. text-size

  3. font-size

  4. font-style

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Text size in CSS is controlled by the font-size property, not text-size. Font properties collectively control text appearance including size (font-size), style (font-style), weight (font-weight), and family (font-family).