Multiple choice

The use of font weight

  1. specifies the boldness of a font

  2. specifies whether the text is in italics or not

  3. specifies the text name

  4. none of these

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

The CSS font-weight property specifically controls the boldness or thickness of text rendering. It accepts values from 100 (lightest) to 900 (boldest), with 400 being normal and 700 being bold - it does not control italics or font family.