问答题
试题五
请根据网页显示的效果图和网页中的元素说明,将HTML 文本中(n) 处的解答填入答题纸对应的解答栏内。
【说明】
在IE 浏览器中输入常春藤大学招生办公室主页的网址并回车后,网页显示的效果如图5-1所示。
【图5-1 网页中的元素说明】
【HTML 文本】
<html>
<head>
<title>2004 年研究生入学考试成绩查询</title>
(1)
<body bgcolor="white">
<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@cqt.edu.cn</a></font>
</p>
<p align="center"><font size="2">下载2005 年招生简章:</font>
(6)
<font size="2" color="Red">>>立即下载</font></a></p>
</html>