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.
フラットなデザインで、フォーム項目自体に「ユーザー名」と「パスワード」という言葉を残しました。ジレンマは、「パスワード」を表示するにはどうすればよいかということですが、入力するとパスワード文字が表示されますか?
使用placeholder:
placeholder
<input type="password" placeholder="password">
入力フィールドが空である限り、プレースホルダー テキストが表示されます。