编辑你的代码:
<!DOCTYPE html> <html> <body> <form action=""> 用户名: <input type="text" name="user"><br> 密码: <input type="password" name="password"> </form> <p><b>注意:</b> 密码域中的字符是有掩盖标记的 (显示为星号或黑色圆圈).</p> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试