【简答题】
试题五(15分,每空2.5分)
[说明]
在IE浏览器中输入常春藤大学招生办公室主页的网址并回车后,网页显示的效果如图5-1所示。
[图5-1网页中的元素说明]
[HTML文本]
<html>
<head>
<title>2004年研究生入学考试成绩查询</title>
________(1)________
<body bgcolor=”whiter”>
<p align=”center”> _______(2)_______ </p>
<p align=”center”>2004年入学考试成绩查询</p>
<p align=”center”>
<img border=”0” src=”nyc.jpg” width=”77” height=”83”>
</p>
<div align=”center” style=”width:679; height=”101”>
<table border=”1” width=”63%” height=”17”>
<tr>
<td width=”23%” height=”1”>
<p align=”right”><font face=”宋体” size=”2”>请输入准考证号:</font></p>
</td>
<td width=”46%” height=”1”>
________(3)________
<p>
<input type=”text” name=”T1” size=”20”>
<input type=”submit” value=”开始查找” name=”B1”></p>
</form>
</td>
</tr>
<tr>
<td width=”23%” height=”17”>
<p align=”right”><font size=”2”>考生类别:</font></p>
<td>
<td width=”38%” height=19>
________(4)________
</td>
</tr>
<tr>
<td width=”23%” height=”1”>
<p align=”right”><font size=”2”>报考系:</font></p>
</td>
<td width=”46%” height=”1”>
<p align=”left”><select size=”1” name=”D1”>
<option selected>计算机科学系</option>
<option >机械工程系</option>
<option >中文系</option>
</select></p>
</td>
</tr>
</table>
</div>
</p align=”center”><font size=”2”>如有疑问,速与招生办公室联系!
________(5)________
<a href=”mailto:vipmail@cqt.edu.cn”>zsb@cat.edu.cn</a><font>
</p align=”center”><font size=”2”>下载2005年招生简章:</font>
________(6)________
<font size=”2” color=”Red”>>>立即下载</font></a></p>
</html>