




如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
《Web程序设计》模拟卷 一、单选题(共30小题,每小题2分,共60分) 123456789101112131415161718192021222324252627282930 1.以下哪种不是在客户端运行的 a)JavaScript b)VBScript c)Java d)HTML 2.以下哪个选项能显示成两行文字 a)Thefirstlineand<BR>secondline b)Thefirstlineand\nsecondline c)Thefirstlineand secondline d)Thefirstlineandsecondline 3.以下哪个不是HTML字符实体 a)> b)& c)␣ d)© 4.以下哪个是正确的红色表示 a)#0000FF b)0000FF c)#FF0000 d)FF0000 5.<Ahref="mailto:HYPERLINK"mailto:webmaster@zju.edu.cn"webmaster@zju.edu.cn">postyourresume</A> a)mailto:是一种协议,HYPERLINK"mailto:webmaster@zju.edu.cn"webmaster@zju.edu.cn是email发送的地址 b)mailto:HYPERLINK"mailto:webmaster@zju.edu.cn"webmaster@zju.edu.cn是邮件被发送的地址 c)mailto:HYPERLINK"mailto:webmaster@zju.edu.cn"webmaster@zju.edu.cn是显示在web网页上的超链接 d)以上都不对 6.以下哪个不是<A>标记中合法的TARGET属性值 a)_parent b)_self c)_empty d)_top 7.点击Form的RESET按钮,所有Form中的元素都会被清空 a)True b)False c)忽略此选项 d)忽略此选项 8.<STYLE>标记可以出现在 a)<HEAD>…</HEAD>中 b)<BODY>…</BODY>中 c)a)和b)都正确 d)以上都不正确 9.HTML文档中使用绘制水平线需要用以下哪个标签 a)<PRE> b)<UL> c)<HR> d)<OL> 10.在HTML网页上,表单中INPUT元素的TYPE属性值设置为以下哪个时,创建重置按钮 a)reset b)set c)button d)image 11.以下代码会生成什么样的Frame结构 <html> <framesetborder=”5”cols=”*,20%”> <framesetrows=”20%,*”> <framesrc=”top.html”name=”topFrame”scrolling=”NO”/> <framesrc=”left.html”name=”leftFrame”/> </frameset> <framesrc=”right.html”name=”rightFrame”scrolling=”NO”/> </frameset> </html> a) b) c) d) 12.以下HTML代码在浏览器中的显示结果正确的是 <TABLEWIDTH="100%"BORDER=1BGCOLOR=gray> <CAPTION>Sampletable</CAPTION> <TRALIGN=CENTER> <TDCOLSPAN=2>Cell</TD> <TD>Cell</TD></TR><TRALIGN=CENTER> <TDROWSPAN=2>Cell</TD> <TD>Cell</TD> <TD>Cell</TD></TR><TRALIGN=CENTER> <TD>Cell</TD> <TD>Cell</TD></TR></TABLE> a) SampleTable CellCellCellCellCellCellCellb) SampleTableCellCellCellCellCellCellCellc) SampleTable CellCellCellCellCellCellCelld) SampleTableCellCellCellCellCellCellCell 13.在网页中显示特殊字符,“>”对应的是 a)gt b)gt; c)> d)> 14.有以下代码 <STYLE> P{color:red;} </STYLE> <P>Test<h1>C

王子****青蛙
实名认证
内容提供者


最近下载