line breaks in p elements in html code example
Example 1: breaks html
<p>
i need a break <br>
ok done with break <br>
had to have another break
<br>
HAD ANOTHER BREAK!!!
</p>
Example 2: html paragraph
<p>Hello World<p>
<p>
i need a break <br>
ok done with break <br>
had to have another break
<br>
HAD ANOTHER BREAK!!!
</p>
<p>Hello World<p>