In a previous chapter we learned how to add headings and paragraphs. 

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

The lyrics in this paragraph could use some improvement though. Let's use a few line breaks and make them shine.