Let's add a heading to tell visitors what the next section is about. That's easily done with heading tags, like <h1>.

 <body>
  <h1>My favorite things</h1>
  Raindrops on roses
  Whiskers on kittens
  Bright copper kettles
 </body>
</html>

]]>

Whoa! Now people will surely know what they're going to read about.

Don't forget to start with the opening tag, <h1> and end with the closing tag, </h1>.