如果需要在页面上对背景图像进行平铺,可以使用什么属性
A: backgroud
B: background-repeat
C: no-repeat
D: repeat
A: backgroud
B: background-repeat
C: no-repeat
D: repeat
B
举一反三
- 使用CSS设置背景图像横向平铺,应该设置其background-repeat的属性值为( )。 A: repeat-x B: repeat C: repeat-y D: no-repeat
- 背景图像平铺background-repeat属性中,下面()项代表的是沿水平方向平铺? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 要实现背景图片在水平方向的平铺,应该设置为什么? A: background-repeat:repeat B: background-repeat:repeat-x C: background-repeat:repeat-y D: background-repeat:no-repeat
- 背景图像平铺background-repeat属性中,下面()项代表的是不平铺(图像位于元素的左上角,只显示一次)? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 需要背景图片水平方向平铺显示,用哪个样式? A: background-repeat:repeat B: background-repeat:no-repeat C: background-repeat:repeat-x D: background-repeat:repeat-y
内容
- 0
可以利用什么属性设置背景图像的起始位置 A: backgroud B: background-position C: background-attachment D: repeat
- 1
如果需要在页面上对背景图像进行平铺,可以使用 background-repeat 属性。
- 2
如果需要在页面上对背景图像进行平铺,可以使用 background-repeat 属性。
- 3
如果文档比较长,那么当文档向下滚动时,可以通过什么属性防止背景滚动 A: backgroud B: background-repeat C: background-attachment D: repeat
- 4
背景重复属性也称为背景图像平铺属性,用来设定对象的背景图像重复以及如何铺排。语法: background-repeat:取值;取值可以为: A: repeat B: no-repeat C: repeat-x D: repeat-y