The code now has the style attribute added to other elements. Set background-color for the first p element to red.

<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 pick background followed by - and then color, :, red, ;.