要实现背景图片在水平方向的平铺,应该设置为什么?
A: background-repeat:repeat
B: background-repeat:repeat-x
C: background-repeat:repeat-y
D: background-repeat:no-repeat
A: background-repeat:repeat
B: background-repeat:repeat-x
C: background-repeat:repeat-y
D: background-repeat:no-repeat
B
举一反三
- 需要背景图片水平方向平铺显示,用哪个样式? A: background-repeat:repeat B: background-repeat:no-repeat C: background-repeat:repeat-x D: background-repeat:repeat-y
- 以下可以实现背景图片不重复的样式表是( )。 A: background-repeat:repeat-x; B: background-repeat:repeat-y; C: background-repeat:repeat; D: background-repeat:no-repeat;
- 要进行背景图片定位,必须把background-repeat属性设置成什么 A: repeat B: repeat-x C: repeat-y D: no-repeat
- background-repeat属性有哪些值?( ) A: no-repeat B: repeat-x C: repeat-y D: repeat
- background-repeat属性接受的值除了:repeat,no-repeat,repeat-x,repeat-y还有哪一个?
内容
- 0
background-repeat的属性值有哪些? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 1
background-repeat的默认属性值为 A: repeat B: repeat-x C: repeat-y D: no-repeat
- 2
背景图像平铺background-repeat属性中,下面()项代表的是沿水平方向平铺? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 3
使用CSS设置背景图像横向平铺,应该设置其background-repeat的属性值为( )。 A: repeat-x B: repeat C: repeat-y D: no-repeat
- 4
设置图片背景平铺的属性是background-repeat, 若设置背景图片不平铺,该属性设置的值应该为( )。 A: repeat B: no-repeat C: repeat-x D: repeat-y