代码
<html>
<head>
<meta http-equiv="Content-Type" content="text/html";charset="gb2312"/>
<title>
邹泽斌
</title>
<body bgcolor="#6699cc">
<h1>请选择您学习的方式</h1>
<div style="text-align:up;">
<form>
<input type="radio" name="stytle" value="zaidu" checked>全日制在读
<input type="radio" name="stytle" value="zoudu" >走读
<input type="radio" name="stytle" value="hanshou" >函授
</form>
</div>
<h1>请选择课程</h1>
<div style="text-align:up;">
<form>
<input type="checkbox" name="st" value="w" checked>网络工程
<input type="checkbox" name="st" value="c" >操作系统
<input type="checkbox" name="st" value="s" >数据结构
</form>
</div>
<h1>请输入您的要求</h1>
<textarea>
</textarea>
<br/>
<br/>
<button type="button">提交</button>
<p> </p>
<button type="button" href="file:///C:/Users/12401/Desktop/实验三.html">重选</button>
</body>
</head>
</html>
网页截图
