In php when we type a word in a textarea it is shown at the top-left of the textarea.
I want the text to appear at the top-right when the user beings typing a word.
How can I achieve this?
In php when we type a word in a textarea it is shown at
Share
How about setting
text-align: right?Example.