We can also separate lines in paragraphs. This paragraph tag is short and simple.

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

]]>

We've just made our first paragraph!

Don't forget to add the tags in the correct order.