add blank line html code example
Example 1: html empty line
<br>
//or
<br></br>
Example 2: how to break the line in html
<p> I'm about to break the line <br> right there </p>
<br>
//or
<br></br>
<p> I'm about to break the line <br> right there </p>