HTML 参考手册
HTML <input> type 属性
定义密码字段(密码字段中的字符会被遮蔽)
源代码:
点击运行 »
<input type="password" name="pwd">
运行结果:
点击运行 »