使用()属性控制背景图片的平铺方式
A: g-repeat
B: ackground-repeat
C: epeat
D: no-repeat
A: g-repeat
B: ackground-repeat
C: epeat
D: no-repeat
举一反三
- 设置背景图像为沿竖直方向平铺的属性是() 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
- 背景图设置时候会加入background- repeat属性,请结合属性的四个取值(inherit | no-repeat | repeat | repeat-x | repeat-y),陈述对应的用法。
- 背景图像平铺属性中,下面()项代表的是沿水平方向平铺? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 设置背景图片在水平方向上平铺的CSS语句是()。 A: repeat B: repeat-x C: repeat-y D: no-repeat