html tag for inserting a line break code example
Example 1: how to do a line break in html
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>
Example 2: br tag html
<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>