To italicize the text of an element, we use the font-style property and set the value to italic.
font-style
italic
<body> <h1>Short Story</h1> <p style="font-style: italic;">Bon bons wild adventure</p> </body>