通过background-repeat属性来控制背景图像的平铺,下列说法正确的是
A: repeat:沿水平和竖直两个方向平铺(默认值)
B: no-repeat:不平铺(图像位于元素的左上角,只显示一个)
C: repeat-x:只沿水平方向平铺
D: repeat-y:只沿竖直方向平铺
A: repeat:沿水平和竖直两个方向平铺(默认值)
B: no-repeat:不平铺(图像位于元素的左上角,只显示一个)
C: repeat-x:只沿水平方向平铺
D: repeat-y:只沿竖直方向平铺
举一反三
- 背景图像平铺background-repeat属性中,下面()项代表的是沿水平方向平铺? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 背景图像平铺属性中,下面()项代表的是沿水平方向平铺? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 默认情况下,背景图像会自动向水平和竖直两个方向平铺。如果不希望图像平铺或只沿着一个方向平铺,可以通过background-repeat属性来控制,该属性的取值可以是? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 设置背景图像为沿竖直方向平铺的属性是() A: ackground-repeat:repeat; B: ackground-repeat:repeat-x; C: ackground-repeat:repeat-y; D: ackground-repeat:no-repeat;
- 背景图像平铺background-repeat属性中,下面()项代表的是不平铺(图像位于元素的左上角,只显示一次)? A: repeat B: no-repeat C: repeat-x D: repeat-y