Sometimes we want to format paragraphs with line breaks.

For example, this song would look much better if Raindrops on roses appeared on one line, Whiskers on kittens on the next, and so on.

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