智慧树知到《CSS基础》章节测试答案
D.pic-line
正确答案:width ;height
9、下列哪些属性可以设置图片的对齐方式()。
A.align
B.vertical-align
C.length
D.text-align
正确答案:vertical-align;text-align
10、CSS中没有设置图片边框样式的属性。
A.正确
B.错误
正确答案:错误
第四章单元测试
1、将背景的绘制区域规定到内容框,应使用background-clip属性中的哪个属性值?
A.none-box
B.padding-box
C.content-box
D.border-box
正确答案:content-box
2、在没有内填充(padding)的情况下,将背景的绘制区域从包含边框到不包含边框,如效果图所示,下列代码哪个可以实现?
A.background-clip:content-box
B.background-position:border-box
C.background-clip:padding-box
D.background-clip:border-box
正确答案:background-clip:content-box;background-clip:padding-box
3、以下关于背景描述正确的是()。
A.background-repeat
B.background
C.background-image
D.background-attachment
正确答案:background-repeat;background;background-image;background-attachment
4、()属性可以设置背景图片的平铺属性。
A.background-repeat
B.background-image
C.background-attachment
D.background-color
正确答案:background-repeat
5、背景图片的属性设置包括()。
A.background-attachment
B.background-repeat
C.background-image
D.background-position
正确答案:background-attachment;background-repeat;background-image;background-position
6、在CSS语言中下列哪一项的适用对象是“所有对象”?()
A.文本缩进
B.背景附件
C.纵向排列
D.文本排列
正确答案:背景附件
7、设置一个背景图像,默认是怎么显示在页面上的?()
A.不平铺
B.横向与纵向平铺
C.横向平铺
D.纵向平铺
正确答案:横向与纵向平铺
8、background-repeat属性有哪些值?()
A.repeat-x
B.no-repeat
C.repeat
D.repeat-y
正确答案:repeat-x;no-repeat;repeat;repeat-y
9、以下哪个语句可以正确的定义背景颜色?
A.background-color:transparent
B.color:#FFFFFF
C.background-color:red
D.background:#FFF
正确答案:background-color:transparent;background-color:red;background:#FFF
10、CSS使用background-accachment属性定义背景图像在浏览器窗口中的固定位置,它的取值可以为fixed、scroll、local。
A.正确
B.错误
正确答案:正确
第五章单元测试
1、()可以取消链接默认的下划线。
A.text-decoration:none
B.list-style-type:none
C.list-style-type:decimal