注意:此页面搜索的是所有试题
河南职业技术学院动态网站开发
若要是设计网页的背景图形为bg.jpg,以下标记中,正确的是
A.<body background=”bg.jpg”>
B.<body bground=”bg.jpg>
C.<body image=”bg.jpg”>
D.<body bgcolor=”bg.jpg”>

用于设置表格背景颜色的属性的是
A.background
B.bgcolor
C.bg-color
D.backgroundColor

若要获得名为login的表单中,名为txtuser的文本输入框的值,以下获取的方法中,正确的是
A.username=login.txtser.value
B.username=document.txtuser.value
C.username=document.login.txtuser
D.username=document.txtuser.value

若要产生一个4行30列的多行文本域,以下方法中,正确的是
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>

用于设置文本框显示宽度的属性是
A.Size
B.MaxLength
C.Value
D.Length

在网页中若要播放名为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>

若要循环播放背景音乐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>

在 Dream weaver MN 中,插入网页背景图像,包括插入
A.平铺图像
B.无缝背景图像
C.追踪图像
D.以上都

简述网站的开发流程。
简述静态网页的执行过程。
ODBC
ADO
在Dreamweaver MX中,通过( )可以检查各页面元素的参数设置,也可以针对其中各个参数进行修改。
超链接标签是( )
超链接标签的属性( )用于指定链接的URL信息。