Multiple choice technology web technology

How do you make the text bold?

  1. font:bold

  2. style:bold

  3. font-weight:bold

  4. style:strong

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

The correct CSS property to change text weight and make it bold is font-weight set to bold.