To align your text to the right, type the following in your file:
<p ALIGN="RIGHT">line1</p>
It will appear like this:
line1
As you can see, "line1" is now on the right.
To align your text to the left, type the following in your file:
<p ALIGN="LEFT">line1</p>
It will appear like this:
line1
As you can see, "line1" is now on the left.
To align your text to the center, type the following in your file:
<p ALIGN="CENTER">line1</p>
It will appear like this:
line1
As you can see, "line1" is now in the center.