HTML调查问卷
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>⼤学⽣社会实践调查问卷</title>
</head>
<body>
<div id="div0"align="center">
<form action=""method="">
<table border="1"cellspacing=""cellpadding=""style="background-image:url('C:\Users\Public\Pictures\Sample Pictures\Desert.jpg')>
<tr>
<th width="600px"height="100px"><font size="10px">⼤学⽣社会实践调查问卷</th>
</tr>
<tr><td>
<p>
  ;亲爱的同学,⼤家好!<br>
  ;为了更好的了解⼈们对近年来计算机类专业填报⽕热现象的看法,特制定本卷。希望得到你的配合,请认真阅读并回答以下问题,您的回答将直接影响本调查的可信度和有效性,真诚感谢您的⽀持,祝您天天愉快,谢谢。
</p>
</td></tr>
<tr>
<td>
1.您的性别:<input type="radio"name="type"/>男
<input type="radio"name="type"/>⼥
</td>
</tr>
<tr>
<td>
2.您的学校:<input type="text"name="school"/>
</td>
</tr>
<tr>
<td>
3.您的年级:
<input type="text"name="class"placeholder="请输⼊班级"list="class_list"/>
<datalist id="class_list">
<option value="1年级">
<option value="2年级">
<option value="3年级">
<option value="4年级">
<option value="5年级">
</datalist>
</td>
</tr>
<tr>
<td>
4.报考该专业的原因:<br>
<input type="checkbox"/>⾃⼰感兴趣<br>
<input type="checkbox"/>对⾃⼰未来发展有利<br>
<input type="checkbox"/>适应社会<br>
<input type="checkbox"/>⽗母主张<br>
<input type="checkbox"/>⽼师建议<br>
<input type="checkbox"/>学校调剂<br>
<input type="checkbox"/>其他<br>
</td>
</tr>
<tr>
<td>
<td>
5.您对该专业的建议:<br>
<input type="checkbox"/>⾃⼰感兴趣<br>
<input type="checkbox"/>对⾃⼰未来发展有利<br>
<input type="checkbox"/>适应社会<br>
<input type="checkbox"/>⽗母主张<br>
<input type="checkbox"/>⽼师建议<br>
<input type="checkbox"/>学校调剂<br>
<input type="checkbox"/>其他<br>
</td>
</tr>
<tr>
<td>如何制作网页版调查问卷
6.您认为该专业学⽣有必要参加社会实践:<br>
<input type="checkbox"/>⾃⼰感兴趣<br>
<input type="checkbox"/>对⾃⼰未来发展有利<br>
<input type="checkbox"/>适应社会<br>
</td>
</tr><tr>
<td>
7.您⽗母是否赞成你读该专业:<br>
<input type="checkbox"/>⾃⼰感兴趣<br>
<input type="checkbox"/>对⾃⼰未来发展有利<br>
<input type="checkbox"/>适应社会<br>
</td>
</tr>
<tr>
<td>
8.您对学校的建议:<br>
<input id="kw"name="wd"class="s_ipt"value="请你提出建议!"size="150"maxlength="255"autocomplete="off"> </td>
</tr>
<tr>
<td>
<input type="submit"name=""id=""value="提交"/>
<input type="reset"name=""id=""value="重置"/>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>