To italicize the text of an element, we use the font-style property and set the value to italic.
font-style
italic
Make sure to pick font followed by - and then style, :, italic, ;.
font
-
style
:
;