Как центрировать выравнивать текст в HTML
you just need to add this line of code in your tag(<p>; h1, h2, td etc):
<p align="center">sample text<p/>
Shiv
you just need to add this line of code in your tag(<p>; h1, h2, td etc):
<p align="center">sample text<p/>
text-align: center;
<center>text</center>