login.htm

来自「学ASP必看的100个小例子。觉得不错」· HTM 代码 · 共 28 行

HTM
28
字号
<html>
<head>
<title></title>
</head>
<body bgcolor=#c1f7d8>
<p align=center><font size=5>会员登录</font></p>
<form action=login.asp method=post>
<table border=0 width=500 cellpadding=0>
  <tr>
  <td width=40% align=right height=40>帐号:<br></td>
  <td width=50%><input name=name style="height:22px;width:167px"><br></td>
  </tr>
  <tr>
  <td width=40% align=right height=40>密码:<br></td>
  <td width=50%><input type=password name=password style="height:22px;width:167px"><br></td>
  </tr>
  <tr>
  <td width=40% align=right height=40><br></td>
  <td width=30% align=left>&nbsp;&nbsp;<input id=submit1 name=submit1 type=submit value=确定> &nbsp;
        <input id=reset1 name=reset1 type=reset value=重填></td>
  </tr>
</table>
</form>
</center>
<center>&nbsp;</center>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?