Originally posted by Dr Unne
<p align="right">Right-aligns the text.</p>

<p align="right">Example of right-aligned text.
Not sure if you really want to use this, because it's kind of annoying.</p>
Or, you could use the far more universally useable:

&lt;div align="right">blah blah blah&lt;div>

which gives you:

<div align="right">blah blah blah</div>