Right align text in HTML input field
Do you want the visible area to start from the right? you can use css and the following rule input {direction:rtl;}
rtl
means from right to left
example: http://jsbin.com/ilejo4
PS: the value of maxlength
in your html must be wrapped with quotes, also you have to set the type
of the input