ch5-2.htm

来自「注册用户管理模块」· HTM 代码 · 共 32 行

HTM
32
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录</title>
</head>
<body bgcolor="#FFFFCC">
<p align="left"><font size="5">用户登录</font></p>
<form name="form1" method="post" action="ch5-2.jsp">
  <table width="390">
    <tr>
      <th scope="row"><div align="right">用户名:</div></th>
      <td><div align="left">
        <input name="name" type="text" id="text2">
      </div></td>
    </tr>
    <tr>
      <th scope="row"><div align="right">密 码:</div></th>
      <td><div align="left">
        <input name="mima" type="password" id="mima">
      </div></td>
    </tr>
    <tr>
      <th scope="row"><div align="right"></div></th>
      <td><div align="left">
        <input type="submit" name="Submit" value="登录">
      </div></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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