<p></p>
align  

DESCRIPTION

<p align="">

   Description
   The align attribute is used to set the vertical justification of the text between the tags. Acceptable values are left, center, and right.
Code
   <p align="left">YOUR TEXT HERE</p>
Appearance
  

YOUR TEXT HERE