注意:此页面搜索的是所有试题
国家开放大学网页制作与网站发布
下列媒体中,传播的双向互动性最强的是( )。
A.报纸
B.广播
C.电视
D.网络

下列表达式的值为-10的是()
A.Int(-10.9)
B.ABS(-10.9)
C.Fix(-9.9)
D.Int(-9.9)

下列HTML标记中,属于非成对标记的是( )。
A.<li>
B.<ul>
C.<P>
D.<font>

为链接定义目标窗口时,_blank表示的是( )。
A.在上一级窗口中打开
B.在新窗口中打开
C.在同一个帧或窗口中打开
D.在浏览器的整个窗口中打开,忽略任何框架

为了标识一个HTML文件应该使用的HTML标记是( )。
A.<p></p>
B.<boby></body>
C.<html></html>?
D.<table></table>

为了标识一个HTML文件开始应该使用的HTML标记是 ( )。
A.<table>
B.<body>
C.<html>
D.<a>

网页设计的用户体验与 ( )无直接关系。
A.页面易用性
B.编辑思想
C.导航的有效性
D.字体的适宜性

若要在页面中创建一个图形超链接,要显示的图形为 myhome.jpg,所链接的地址为http://www.pcnetedu.com,以下用法中,正确的是( )
A.<a href=”http://www.pcnetedu.com”>myhome.jpg</a>
B.<a href=” http://www.pcnetedu.com”><img src=”myhome.jpg”></a>
C.<img src=”myhome.jpg”><a href =”http://www.pcnetedu.com”></a>
D.<img src=”myhome.jpg”><a href =”http://www.pcnetedu.com”></a>

若要在网页中插入样式表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>

若要在当前网页中定义一个独立类的样式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>

若要以加粗宋体、12号字显示“vbscript”以下用法中,正确的是( )
A.<b><font style=.font-size:10px.2>vbscript</b></font>
B.<b><font face=”宋体” style=.font-size:10px.2>vbscript</font></b>
C.<b><font size=“宋体”style=.font-size:10px.2>vbscript</b></font>
D.<b><font size=“宋体” fontstyle=.font-size:10px.2>vbscript</b></font>

若要以标题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</font></div></h2>

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

若要是设计网页的背景图形为bg.jpg,以下标记中,正确的是()
A.<body background=”bg.jpg”>
B.<body bground=”bg.jpg’’>
C.<body image=”bg.jpg”>
D.<body bgcolor=”bg.jpg”>

若要使表格的行高为16pt,以下方法中,正确的是()
A.<table border=1 style=”Ling-Height:16”>…</table>
B.<table border=1 style=”Ling-Height:16pt”>…</table>
C.<table border=1 LingHeight=16pt”>…</table>
D.<table border=1 LingHeight=”16pt”>…</table>