ch3-3a1.htm

来自「关于jsp方向的seesion代码和cookie代码」· HTM 代码 · 共 69 行

HTM
69
字号
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body {
	background-color: #FFFFCC;
}
-->
</style></head>

<body>
<p>选择题(四个答案中只有一个是对的)</p>
<form name="form1" method="post" action="ch3-3a1.jsp">
<p>
<p><b>1、6+3=</b></p>
<p>  
  <input type="radio" name="x1" value="a">
  A)6&nbsp;&nbsp;&nbsp;
  <input type="radio" name="x1" value="b">  
  B) 7  &nbsp;&nbsp;&nbsp;
  <input type="radio" name="x1" value="c">
  C) 8  &nbsp;&nbsp;&nbsp;
  <input type="radio" name="x1" value="d">
  D) 9
  <p>
<b>2、6-3=  </b></p>
<p>
   
 <input type="radio" name="x2" value="a">
  A)3  &nbsp;&nbsp;&nbsp;
 <input type="radio" name="x2" value="b">
  B) 4&nbsp;&nbsp;&nbsp;
  <input type="radio" name="x2" value="c">  
  C) 5 &nbsp;&nbsp;&nbsp;
  <input type="radio" name="x2" value="d">
  D) 6 
<p><b>3、6×3=
</b>
<p>
  <input type="radio" name="x3" value="a">
   A)16  &nbsp;&nbsp;&nbsp;
    <input type="radio" name="x3" value="b">
   B) 17  &nbsp;&nbsp;&nbsp;
  <input type="radio" name="x3" value="c">
   C) 18 &nbsp;&nbsp;&nbsp;
  <input type="radio" name="x3" value="d">
   D) 19 
<p><b>4、6÷3=
</b>
<p>
  <input type="radio" name="x4" value="a">
   A)1  &nbsp;&nbsp;&nbsp;
  <input type="radio" name="x4" value="b">
   B) 2  &nbsp;&nbsp;&nbsp;
  <input type="radio" name="x4" value="c">
   C) 3  &nbsp;&nbsp;&nbsp;
  <input type="radio" name="x4" value="d">
   D) 4 
<p>
  <input type="submit" name="Submit" value="交卷">
&nbsp;&nbsp;&nbsp;
  <input type="reset" name="Submit2" value="重作">
<p>
</form>
</body>
</html>

⌨️ 快捷键说明

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