paragraph commenting in python code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: how to make new line in html paragraph
<p>
Will Mateson<br />
Box 61<br />
Cleveland, Ohio<br />
</p>
<!-- a comment in html -->
<p>
Will Mateson<br />
Box 61<br />
Cleveland, Ohio<br />
</p>