how can active text-align: right; only for placeholder?
<input type="text" name="airline_search" style="direction: ltr; border: none;" placeholder="ارلاین">
i want use of direction: ltr; for text(that typed to inpute), and text-align: right; for placeholder.
1 Answer