Text Alignment

Example using style attribute to align text.

Preview

Code

<p style="text-align:left;">Left aligned text</p>
<p style="text-align:center;">Center aligned text</p>
<p style="text-align:right;">Right aligned text</p>

More HTML Styles Examples (7)