Home / Programming MCQs / CSS MCQs / Question

T

Tanmay • 2.43K Points
Master

Q. Which CSS property is used to control the text size of an element?

(A) font-style
(B) text-size
(C) font-size
(D) text-style

Explanation:

The “font-size” property allows you to define the font size for different elements. Example:
div { font-size: 15px; }

You must be Logged in to update hint/solution

Discusssion

Login to discuss.