To have your text centered in HTML you will need to use the <center> tag. To end the centered text you will need to use the close it with the </center>. It is rather simple.
Code:
<center>
This text is centered.
</center>
Result:
This text is centered.
That is as simple as it gets. In the new HTML standard (HTML 4.01) this [...]