new paragraph htm code example
Example 1: Html paragraph
<p>Omg hello</p>
Example 2: html newline
1st line
<br>
2nd line
Example 3: html paragraph
<p>Paragraph</p>
<p>Omg hello</p>
1st line
<br>
2nd line
<p>Paragraph</p>