How to Right Align Text Using HTML
Instructions
1Type the following code directly before the section of text that you want right-aligned:
<p style="text-align:right;">Text Goes Here</p>
2
Type <img src="picture.jpg" style="float:right;"> to right-align a picture. To cause text to stop wrapping around an image, insert <br style="clear:all;" /> between the text and the picture.
3
Preview your website. Be sure that you have made no typing errors and that all of your code is properly closed.
Source...