Multiple choice The use of font weight specifies the boldness of a font specifies whether the text is in italics or not specifies the text name 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.