center p tag code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: CODE TO START TEXT FROM RIGHT IN HTML
<html dir="rtl" lang="X">
<p style="text-align: center">this is centered</p>
<html dir="rtl" lang="X">