B.<a href=”#vbpos”>vbpos</a>
C.<a name=vbpos>
D.<a name=”vbpos”></a>
45.若要获得名为login的表单中,名为txtuser的文本输入框的值,以下获取的方法中,正确的是();
A username=login.txtser.value B username=document.txtuser.value
C username=document.login.txtuser C username=document.txtuser.value
46.若要产生一个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>
47.用于设置文本框显示宽度的属性是()。
A.Size B MaxLength C. Value D.Length
48.在网页中若要播放名为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>
49.若要循环播放背景音乐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>
50.以下标记中,用来创建对象的是()。
A.<Object> B. <Embed> C<Form> . D.<Marquee>
51.以下标记中,可用来产生滚动文字或图形的是()。
A.<Scroll> B.<Marquee> C.<TextArea> D.<爱生活,爱猫扑>
52.可用来在一个网页中嵌入显示另一个网页内容的标记符是()。
A.<Marquee> B. <爱生活,爱猫扑> C.<Embed> D.<Object>