Code the property to change the background color of the h1 element.

<html>
<head>
<style>
h1 {
background-color: gold;
}

</style>
</head>
<body>
<h1>Ed's Rubber Ducks</h1>
<h2>Best ducks around</h2>
</body>
</html>]]>

Make sure to type in background-color.