背景重复属性也称为背景图像平铺属性,用来设定对象的背景图像重复以及如何铺排。语法: background-repeat:取值;取值可以为:
A: repeat
B: no-repeat
C: repeat-x
D: repeat-y
A: repeat
B: no-repeat
C: repeat-x
D: repeat-y
举一反三
- 背景重复属性取值有哪几种情况() A: repeat B: no-repeat C: repeat-x D: repeat-y
- 背景图设置时候会加入background- repeat属性,请结合属性的四个取值(inherit | no-repeat | repeat | repeat-x | repeat-y),陈述对应的用法。
- 背景图像平铺background-repeat属性中,下面()项代表的是沿水平方向平铺? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 网页元素中的背景图像可以通过background-repeat属性来控制,请问该属性的取值可以是()? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 使用CSS设置背景图像横向平铺,应该设置其background-repeat的属性值为( )。 A: repeat-x B: repeat C: repeat-y D: no-repeat