背景图像平铺background-repeat属性中,下面()项代表的是沿水平方向平铺?
A. repeat
B. no-repeat
C. repeat-x
D. repeat-y
查看答案
如果希望背景图像固定在屏幕上,不随着页面元素滚动,可以使用如下()代码来实现?
A. background-attachment: scroll;
B. background-position:0px 0px;
C. background-repeat: no-repeat;
D. background-attachment: fixed;
请问用()属性设置网页背景图像效果?
A. background-color
B. background-image
C. background
D. background-position
网页元素中的背景图像可以通过background-repeat属性来控制,请问该属性的取值可以是()?
A. repeat
B. no-repeat
C. repeat-x
D. repeat-y
网页元素背景颜色background-color的属性值可以取()?
A. 预定义的颜色值
B. 十六进制
C. RGB代码
D. 无法确定