<!DOCTYPE html> <html> <body> <h1>Align text with CSS</h1> <p style="text-align:right">This is some text in a paragraph.</p> </body> </html>