how to set the text of a paragraph using html code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: html p tag
//Author: Mohammad Arman Khan
<p>Creates a new paragraph</p>
<p style="text-align: center">this is centered</p>
//Author: Mohammad Arman Khan
<p>Creates a new paragraph</p>