paragraph gap in html code example
Example 1: how to make new line in html paragraph
<p>
Will Mateson<br />
Box 61<br />
Cleveland, Ohio<br />
</p>
Example 2: paragraph html
<p>Paragraph text goes between</p>
<p>
Will Mateson<br />
Box 61<br />
Cleveland, Ohio<br />
</p>
<p>Paragraph text goes between</p>