<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<body>
<h2>登录表格</h2>
<form action="/action_page.php">
<div class="container">
<label for="uname"><b>用户名</b></label>
<input type="text" placeholder="输入用户名" name="uname" required>
<label for="psw"><b>密码</b></label>
<input type="password" placeholder="输入密码" name="psw" required>
<button type="submit">登录</button>
</div>
</form>
</body>
</html>
文章来源:https://www.toymoban.com/news/detail-600340.html
文章来源地址https://www.toymoban.com/news/detail-600340.html
到了这里,关于html input 展示隐藏的密码的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!