Add the property that changes the text style to italic.

<html><head><link href="style.css" rel="stylesheet"><style>.quote{font-style: italic;}</style></head><body><h3>Snoop Dogg Quotes</h3><p class="quote">When I'm not longer rapping, I want to open up an ice cream parlor and call myself Scoop Dogg.</p>
</body>
</html>]]>

Make sure to add font-style.