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

📄 untitled-1.html

📁 这是在线考试系统的初试迭代的所有文档
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
  <p>考试名称:
    <input name="textfield" type="text" />
</p>
  <p>考试时间:  
    <input name="textfield2" type="text" size="5" />
  小时(请以小数方式输入考试时数)</p>
  <p>考试开放时间:
    <input name="textfield3" type="text" size="4" />
  <input name="textfield4" type="text" size="4" />
  <input name="textfield5" type="text" size="4" />
  日--
  <input name="textfield32" type="text" size="4" />
<input name="textfield42" type="text" size="4" />
<input name="textfield52" type="text" size="4" />
日</p>
</form>
<p>&nbsp; </p>
<form id="form2" name="form2" method="post" action="">
  <p><strong>单选题总分值</strong>:
    <input name="textfield6" type="text" size="6" /> 
  分</p>
  <p>“微分”知识点题数:
    <input name="textfield7" type="text" size="6" /> 
  题</p>
  <p>“积分”知识点题数:
    <input name="textfield8" type="text" size="6" /> 
  题</p>
  <p>“差分方程”知识点题数:
    <input name="textfield9" type="text" size="6" /> 
</p>
</form>
<hr size="3" />
<p>&nbsp;</p>
<form id="form3" name="form3" method="post" action="">
  <p><strong>多选题总分值</strong>:
    <input name="textfield62" type="text" size="6" />
分</p>
  <p>“微分”知识点题数:
    <input name="textfield72" type="text" size="6" />
题</p>
  <p>“积分”知识点题数:
    <input name="textfield82" type="text" size="6" />
    题</p>
  <p>“差分方程”知识点题数:
    <input name="textfield92" type="text" size="6" />
    题 </p>
  <p>&nbsp;  </p>
</form>
<form id="form4" name="form4" method="post" action="">
  <input type="submit" name="Submit" value="确认新建该考试" />
</form>
<p>&nbsp;</p>
</body>

</html>

⌨️ 快捷键说明

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