How do you make the text bold?
-
font:b
-
style:bold
-
font-weight:bold
C
Correct answer
Explanation
font-weight:bold increases text thickness. Option A uses invalid shorthand syntax, and option B uses a non-existent property. The font-weight property accepts values like bold, normal, or numeric values (100-900).