<html> <head> <style> .input { text-align: right; } </style> </head> <body> <input type="text" class="input" /> </body> </html>