HTML Alignment
Right
<p align="right"> Text </p>
Left
<p align="left"> Text </p>
Center
<p align="center"> Text </p>
Justify
<p align="justify"> Text </p>
Justified text appears to have a straight edge down the left and right sides. This can make the text look more visually appealing than text which is left, or right aligned.


