ASP动态网页设计》第二章测试题
一、填空题
1、表单对象的名称由属性设定;提交方法由属性指定;若要提交大数据量的数据,则应采用方法;表单提交后的数据处理程序由属性指定;
2、用于设置文本框显示宽度的属性是,用于设置文本框默认值的属性是
3、用于设置页面标题的是
4、用于定义一个表格的是;用于定义行的是;用于定义一个单元格的是asp网页文件的格式
5、用来创建对象的是,嵌入多媒体文件的是,创建一个表单的是
二、单项选择题
1、以下标记符中,没有对于的结束标记的是()
A.<body> B.<br> C.<html> D.<title>
2、若要是设计网页的背景图形为bg.jpg,以下标记中,正确的是()
A.<body background=bg.jpg>
B.<body bground=bg.jpg’’>
C.<body image=bg.jpg>
D.<body bgcolor=bg.jpg>
3、若要以标题2号字、居中、红显示vbscrip”,以下用法中,正确的是()
A.<h2><div align=center><color=#ff00000>vbscript</div></h2></font>
B.<h2><div align=center>< font color=#ff00000>vbscript</div></h2></font>
C.<h2><div align=center><font color=#ff00000>vbscript<</h2>/div></font>
D.<h2><div align=center>< font color=#ff00000>vbscript</div></font></h2>
4、若要以加粗宋体、12号字显示vbscript”以下用法中,正确的是()
A.<b><font size=12>vbscript</b></font>
B.<b><font face=”宋体 size=12>vbscript</b></font>
C.<b><font size=“宋体size=12>vbscript</b></font>
D.<b><font size=“宋体 fontsize=12>vbscript</b></font>
5、若要在页面中创建一个图形超;链接,要显示的图形为 myhome.jpg,所链接的地址为www.pcnetedu,以下用法中,正确的是( );
A <a href=www.pcnetedu>myhome.jpg</a>
B <a href= www.pcnetedu”><img src=myhome.jpg></a>
C <img src=myhome.jpg><a href =www.pcnetedu></a>
D <a href =www.pcneredu><img src=myhome.jpg>
6、用于设置表格背景颜的属性的是 ( );
A background B bgcolor C BorderColor D backgroundColor
7、若要获得名为login的表单中,名为txtuser的文本输入框的值,以下获取的方法中,正确的是();
A ser.value B user.value
C username=user C user.value
8、若要产生一个430列的多行文本域,以下方法中,正确的是()。
A<Input type=text Rows=4 Cols=30 Name=txtintrol>

B.<TextArea Rows=4 Cols=30 Name=txtintro>
C.<TextArea Rows=4 Cols=30 Name=txtintro></TextArea>
D.<TextArea Rows=30 Cols=4 Name=txtintro></TextArea>
9、在网页中若要播放名为demo.avi的动画,以下用法中,正确的是()。
A.<Embed src=demo.avi autostart=true>
B.<Embed src=demo.avi autoopen=true>
C.<Embed src=demo.avi autoopen=true></Embed>
D.<Embed src=demo.avi autostart=true></Embed>
10、若要循环播放背景音乐bg.mid,以下用法中,正确的是()。
A.<bgsound src=bg.mid Loop=-1>
B.<bgsound src=bg.mid Loop=True>
C.<sound src=bg,mid Loop=True>
D.<Embed src=bg.mid autostart=true></Embed>
11、以下标记中,可用来产生滚动文字或图形的是()。
A.<Scroll> B.<Marquee> C.<TextArea> D.<IFRAME> 12、可用来在一个网页中嵌入显示另一个网页内容的标记符是()。
A.<Marquee> B. <IFRAME> C.<Embed> D.<Object>
13、若要在网页中插入样式表main.css,以下用法中,正确的是()。
A.<Link href=main.css type=text/css rel=stylesheet>
B.<Link Src=main.css type=text/css rel=stylesheet>
C.<Link href=main.css type=text/css>
D.<Include href=main.css type=text/css rel=stylesheet>
14、若要在当前网页中定义 一个独立类的样式myText,使具有该类样式的正文字体为Arial,字体大小为9pt,行间距为13.5pt,以下定义方法中,正确的是()。
A.<Style>
.myText{Font-Familiy:Arial;Font-size:9pt;Line-Height:13.5pt}
</style>
B..myText{Font-Familiy:Arial;Font-size:9pt;Line-Height:13.5pt}
C.<Style>
.myText{FontName:Arial;FontSize:9pt;LineHeight:13.5pt}
</style>
D.<Style>
. .myText{FontName:Arial;Font-ize:9pt;Line-eight:13.5pt}
</style>
15、若要使表格的行高为16pt,以下方法中,正确的是()
A<table border=1 style=Ling-Height:16pt></table>
B<table border=1 style=Ling-Height:16pt></table>
C<table border=1 LingHeight=16pt></table>
D<table border=1 LingHeight=16pt></table>
16 以下创建mail链接的方法,正确的是( )
A<a href=master@163>管理员</a>
B<a href=callto:master@163>管理员</a>
C<a href=mailto:master@163>管理员</a>
D<a href=Email:master@163>管理员</a>
17、要将页面的当前位置定义成名为vbpos”和锚,其定义方法正确的是(
A<a href=:vbpos></a>
B<a href=#vbpos>vbpos</a>
C<a name=vbpos>
D<a name=vbpos></a>
三、简答题
1、表单数据传输中的GETPOST方式有何不同? 2、何为CSS样式表,有何特点?

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。