Basic coding in Notepad: How to go to next line?

Hi, I am using notepad to create a website for my exam, I copy pasted the lyrics of a song into notepad, everything is fine except after each line it ‘joins’ with the next line, making it like a paragraph and hard to read.

Is there a code for notepad to recognize that i want it to go to the next line?

Here is the Code i used:

<HTML>
<HEAD>
<TITLE> Web page Hisham</TITLE>
</HEAD>
<body bgcolor=“pink” text=“white”>
<h1> Have you ever really loved a woman</h1>
<BODY>
<font size=“5” color=“white” face=“Arial”>
To really love a woman,
To understand her,
You’ve got to know her deep inside …
Hear every thought,
See every dream,
</font>
</BODY>
</HTML>