在html网页中怎么创建密码输入框

 2022-03-10    781  

实例说明:

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title>小白教程</title> 
</head>
<body>
<form>
Password: <input type="password" name="pwd">
</form>
</body>
</html>

标签含义:

<input type="password"> 定义密码字段

源代码运行结果如下:

QQ截图20220310162931.png

  •  标签:  
  • html
  •  

原文链接:https://77isp.com/post/323.html

=========================================

https://77isp.com/ 为 “云服务器技术网” 唯一官方服务平台,请勿相信其他任何渠道。