口令输入框代码

<html>
  <head>
<title>liu</title>
</head>
<body>
<form id="myform" name="myform" action="#" method="post">
<p>姓<input type="text" id="firstname" size="30" maxlength="25" /></p>
<p>名<input type="text" id="lastname" size="30" maxlength="25" /></p>
<p>口令<input type="possword" id="passwd" size="30" maxlength="25" /></p>
</form>
</body>
</html>
原文地址:https://www.cnblogs.com/liuzhuqing/p/7481260.html