how to align <p> tag to middle of <a> tag code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: html how to center text
<p style="text-align:center;">Centered paragraph.</p>
<p style="text-align: center">this is centered</p>
<p style="text-align:center;">Centered paragraph.</p>