Add background-color: to the next paragraph to get started. Don't forget about the : sign at the end.

<html> <body> <h2 style="font-family: Impact; color:orange;">UV Protection Chart</h2> <p style="background-color:red;"> Extreme: wear sunscreen, sunglasses, a hat and look for shade.</p> <p>Medium: wear sunscreen, sunglasses, and a hat.</p> <p>Low: wear sunscreen and sunglasses.</p> </body> </html>]]>

Make sure to type background-color:.