Add the braces and the selector in their correct position.

<html> <head> <style> p { } </style> </head> <body> <h3> List of Pharaohs</h3> <p>Tutankhamun</p> <p>Cleopatra VII</p> <p>Ramses II</p> </body> </html>]]>

Make sure to pick p, followed by {, and finally }.