Add the attribute that helps the link element find the style sheet.

<html>
<head>
   <style>
h1{
color: blue;}
</style>
</head>
<body>
<h1>Unsupported Equipment</h1>
<p>Water slides</p>
</body>
</html>]]>

Make sure to pick href="style.css".