⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch5-6.htm

📁 注册用户管理模块
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户修改信息</title>
</head>
<body bgcolor="#FFFFCC">
<p align="left"><font size="5"><strong>修改资料</strong></font></p>
<p align="left"><font size="5">请输入用户名和密码</font></p>
<form name="form1" method="post" action="ch5-6.jsp">
  <table width="390">
    <tr>
      <th height="37" scope="row"><div align="right">用户名:</div></th>
      <td><div align="left">
        <input name="name" type="text" id="text2">
      </div></td>
    </tr>
    <tr>
      <th height="43" scope="row"><div align="right">密 码:</div></th>
      <td><div align="left">
        <input name="mima" type="password" id="mima">
      </div></td>
    </tr>
    <tr>
      <th height="50" 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -