<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 <head>
followed by <style>
and then body
, </style>
.