Set the font-style property of the p element to italic.

<html><body> <h1>More Short Stories</h1> <p style="font-style: italic;">Fontaine's new son</p> </body> </html>]]>

Make sure to pick <p followed by style and then font-style, italic, </p>.