Select the
h1
element in the style sheet.
<html>
<head>
<style>
h1{
color: blue;}
</style>
</head>
<body>
<h1>Supported Equipment</h1>
<p>Water cannons</p>
</body>
</html>]]>
Make sure to pick
h1
.