WEB程序设计第二次作业

2025-06-27

《WEB程序设计》习题集

一、HTML部分 选择题:

C 1. 以下哪种不是在客户端运行的 a) JavaScript b) VB Script c) Java d) HTML

A 2. 以下哪个选项能显示成两行文字 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

C 3. 以下哪个不是HTML字符实体 a) > b) & c)␣ d)©

C 4. 以下哪个是正确的红色表示 a) #0000FF b)0000FF c)#FF0000 d)FF0000

a 5.

c) mailto: webmaster@zju.edu.cn 是显示在web网页上的超链接 d) 以上都不对

c 6. 以下哪个不是标记中合法的TARGET属性值 a) _parent b)_self c)_empty d)_top

b 7. 点击Form的RESET按钮,所有Form中的元素都会被清空 a) True b) False c) 忽略此选项 d) 忽略此选项

c 8.