Code "stylesheet" to let the link element know what kind of file to include.

<html>
<head>
    <style>
h1{
color: blue;}
</style>
</head>
<body>
  <h1>New Equipment</h1>
  <p>Wave pools</p>
</body>
</html>]]>

Make sure to spell "stylesheet".