智慧树知到《Web组件化开发技术(山东联盟)》章节测试答案
4、若要在页面中创建一个图形超链接,要显示的图形为;myhome.jpg,所链接的地址为http://www.pcnetedu.com,以下用法中,正确的是(b;)
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.<a;href;=http://www.pcneredu.com><img;src=”myhome.jpg”>
正确答案:<a;href=”;http://www.pcnetedu.com”><img;src=”myhome.jpg”></a>
5、若要在网页中插入样式表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>
正确答案:<Link;href=”main.css”;type=text/css;rel=stylesheet>
6、为了标识一个HTML文件应该使用的HTML标记是
A.<p></p>
B.<boby></body>
C.<html></html>
D.<table></table>
正确答案:<html></html>
7、用HTML标记语言编写一个简单的网页,网页最基本的结构是
A.<html><head>…</head><frame>…</frame></html>
B.<html>……
C.<html><title>…</title><frame>…</frame></html>
D.<html><head>…</head><body>…</body></html>
正确答案:<html><head>…</head><body>…</body></html>
8、有关网页中的图像的说法不正确的是
A.网页中的图像并不与网页保存在同一个文件中,每个图像单独保存
B.HTML语言可以描述图像的位置、大小等属性
C.HTML语言可以直接描述图像上的像素
D.图像可以作为超级链接的起始对象
正确答案:HTML语言可以直接描述图像上的像素
9、若要在页面中创建一个图形超链接,要显示的图形为;myhome.jpg,所链接的地址为http://www.pcnetedu.com,以下用法中,正确的是(b;)
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.<a;href;=http://www.pcneredu.com><img;src=”myhome.jpg”>
正确答案:<a;href=”;http://www.pcnetedu.com”><img;src=”myhome.jpg”></a>