Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべてのデフォルト入力について、入力するテキストは左側から始まります。どうやって右から始めますか?
CSSでこれを試してください:
input { text-align: right; }
テキストを中央に揃えるには:
input { text-align: center; }
ただし、これがデフォルトであるため、左揃えにする必要があります。これは、最もユーザーフレンドリーであるように見えます。
CSS なし: テキスト入力の STYLE プロパティを使用する
STYLE="text-align: right;"