p attributes in html code example
Example 1: html p tag
//Author: Mohammad Arman Khan
<p>Creates a new paragraph</p>
Example 2: p tag html
<p>Paragraph</p>
//Author: Mohammad Arman Khan
<p>Creates a new paragraph</p>
<p>Paragraph</p>