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

📄 ch2-1.htm

📁 jsp基础模块的学习
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>表单</title>
</head>

<body bgcolor="#FFFFCC">
<h2 align="center"><font color="#000099">使用表单提交数据</font></h2>
<form name="form1" method="post" action="ch2-1.jsp">
  <p>&nbsp;</p>
  <p>姓名: 
    <input name="xingming" type="text" id="xingming">
  </p>
  <p>性别: 
    <input name="xingbie" type="radio" value="男" checked>
    <input type="radio" name="xingbie" value="女">
    女 </p>
  <p>年龄:
    <input name="nianling" type="text" id="nianling">
</p>
  <p>密码: 
    <input name="mima" type="password" id="mima">
  </p>
  <p>&nbsp;</p>
  <table width="40%" border="0">
    <tr> 
      <td><div align="center">
        <input type="submit" name="Submit3" value="提交">
      </div></td>
      <td><input type="reset" name="Submit2" value="重写"></td>
    </tr>
  </table>
  <p>&nbsp; </p>
</form>
<p><em><font color="#000099"></font></em></p>
</body>
</html>

⌨️ 快捷键说明

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