The site should be able to do it for you when you normally hit Enter :o but the HTML tag for a line break is <br>
It's special since you don't need to add an end tag to it! For example:
<p>This is paragraph one!</p>
<br>
<p>This is paragraph two!</p>