As it turns out, every HTML tag has an attribute that we can use to change how it looks: style.

<html>
 <body style="">
  I'm still in between tags.
 </body>
</html>
]]>

Great! We'll use style to change how the web browser displays the content of a tag.

Make sure your selection spells out style.