背景图像平铺属性中,下面()项代表的是沿水平方向平铺?
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
- 背景图像平铺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;
- 设置背景图片在水平方向上平铺的CSS语句是()。 A: repeat B: repeat-x C: repeat-y D: no-repeat
- 要实现背景图片在水平方向的平铺,应该设置为什么? A: background-repeat:repeat B: background-repeat:repeat-x C: background-repeat:repeat-y D: background-repeat:no-repeat