To italicize the text of an element, we use the font-style property and set the value to italic.

<html>
<body>
<h1>Short Story</h1>
<p style="font-style: italic;">Bon bons wild adventure</p>
</body>
</html>]]>

Make sure to pick font followed by - and then style, :, italic, ;.