All we need to do now is add a value to the style attribute. How about we change the background color of the entire <body> section?

<html>
 <body style="background-color:gray;">
  I come in many shades of gray.
 </body>
</html>
]]>

Awesome! That wasn't so hard actually.