The HTML code is already on the webpage. Start by adding the style attribute along with the = and "" signs to the h2 element.

<html> <body> <h2>UV Protection Chart</h2> <p> 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 style, followed by =, and finally "".