We then add an opening brace, { , followed by a closing brace, }.

<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 {, followed by }.