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

<html> <head> <link rel="stylesheet" href="style.css"> </head> <body> <h1>More Short Stories</h1> <p style="font-style: italic;">Fontaine's new son</p> </body> </html>]]>

Make sure to type font-style: italic.