Check out example codes for "line break html". It will help you in understanding the concepts better.
Code Example 1
With the aid of the tag <br> you are able to create a line break on your webpage.
the break tag does not require a closing tag
Code Example 2
<!-- Code by Scratchy -->
<!-- Twitter: @S_cratchy-->
Line 1 of text
<br>
Line 2 of text
Code Example 3
<p> I'm about to break the line <br> right there </p>
Code Example 4
<br>
Code Example 5
1st line
<br>
2nd line
Code Example 6
<body>
<p>This is paragraph #1</p>
<p>This is paragraph #2</p>
<p>This is paragraph #3</p>
</body>
Learn ReactJs, React Native from akashmittal.com