Add the tags to their correct positions.

<html> <head> <style> body { font-family: Papyrus; } </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 body followed by { and then }, <body>, </body>.