口令输入框代码

<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>
posted @ 2010-12-09 18:16  刘竹青  阅读(125)  评论(0编辑  收藏  举报