</br>
#place this tag at the point in your text you want to break to a new line
<p> I'm about to break the line <br> right there </p>
<br><br>
<!-- an HTML line break is a <br> tag. -->
<p>This is a paragraph <br> this will be on the next line as a br tag
is there before it.
A br tag is an empty tag as it doesnt contain any content</p>
<body>
<p>I want to <br> Break this line! </p>
<p>I want to <br><br> Break this line and want to give a line gap </p>
</body>
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>
<p>I want to <br> Break this line! </p>
<p>I want to <br><br> Break this line and want to give a line gap </p>