Set the font-weight property of the p element to bold.

<html>
<head>
  <style>
p{
font-weight: bold;}
</style>
</head>
<body>
  <h1>More Short Stories</h1>
  <p>Fontaine's new son</p>
</body>
</html>]]>

Make sure to type normal.