Multiple choice css

Which CSS property controls the text size?

  1. font-style

  2. text-style

  3. font-size

  4. text-size

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

Font-size is the correct CSS property for controlling text size. Options with text-size or text-style don't exist in CSS, and font-style controls italics/normal, not size.