Multiple choice technology web technology Which CSS property controls the text size? text-style text-size font-size 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).