Check out example codes for "br tag html". It will help you in understanding the concepts better.
Code Example 1
The <br> tag inserts a single line break
Code Example 2
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>
Code Example 3
The <br> tag inserts a single line break:
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>
Code Example 4
<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>
Learn ReactJs, React Native from akashmittal.com