Inside the style tags, we specify which element to style with a tag selector, like p or h3.

<html>
<head>
<style>

</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.