Add the
background-color
property.
<html>
<head>
<style>
h1 {
color: teal;
background-color: pink;
}
</style>
</head>
<body>
<h1>Plenty of Tadpoles</h1>
</body>
</html>]]>
Make sure to type
background-color
.