
一、HTML部分
选择题:
1. 以下哪种不是在客户端运行的C
a) JavaScript b) VB Script c) Java d) HTML
2. 以下哪个选项能显示成两行文字A(书35页)
a) The first line and
second line
b) The first line and \\n second line
c) The first line and
second line
d) The first line and second line
3. 以下哪个不是HTML字符实体C(书39页)
a) > b) & c)␣ d)©
4. 以下哪个是正确的红色表示C(书94页)
a) #0000FF b)0000FF c)#FF0000 d)FF0000
5. post your resume A书上46页
a) mailto:是一种协议,webmaster@zju.edu.cn 是email发送的地址
b) mailto: webmaster@zju.edu.cn 是邮件被发送的地址
c) mailto: webmaster@zju.edu.cn 是显示在web网页上的超链接
d) 以上都不对
6. 以下哪个不是标记中合法的TARGET属性值C书46页 a) _parent b)_self c)_empty d)_top 7. 点击Form的RESET按钮,所有Form中的元素都会被清空B书67页 a) True b) False c) 忽略此选项 d) 忽略此选项 8.