CSS样式中,用于设定背景图片不进行重复平铺的属性设置是:
A: background-repeat:no-repeat;
B: background-repeat:no-repeater;
A: background-repeat:no-repeat;
B: background-repeat:no-repeater;
举一反三
- 需要背景图片水平方向平铺显示,用哪个样式? A: background-repeat:repeat B: background-repeat:no-repeat C: background-repeat:repeat-x D: background-repeat:repeat-y
- 设置图片背景平铺的属性是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
- 使用CSS设置背景图像横向平铺,应该设置其background-repeat的属性值为( )。 A: repeat-x B: repeat C: repeat-y D: no-repeat
- 以下可以实现背景图片不重复的样式表是( )。 A: background-repeat:repeat-x; B: background-repeat:repeat-y; C: background-repeat:repeat; D: background-repeat:no-repeat;