Multiple choice

With reference to CSS, which font property is used to display the text in bold letters?

  1. font-style

  2. font-variant

  3. font-weight

  4. font-size

  5. font-family

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

The font-weight property sets how thick or thin characters in text should be displayed. The 'bold' or 'bolder' properties can be used to display the text in bold letters.