I have a input type text where placeholder having two values like (English and spanish). but i want english text to be left align and spanish text should be right align but in my case i am doing this like .
Example:
<input type="text" nam="name" placeholder="Name Nombre" >
I am doing like this using nbsp but when i open this on another window or in responsive mode text getting outside or not aligned. so how can i align text inside placeholder to left and right please help me related this ..