需要背景图片水平方向平铺显示,用哪个样式?
A: background-repeat:repeat
B: background-repeat:no-repeat
C: background-repeat:repeat-x
D: background-repeat:repeat-y
A: background-repeat:repeat
B: background-repeat:no-repeat
C: background-repeat:repeat-x
D: background-repeat:repeat-y
举一反三
- 要实现背景图片在水平方向的平铺,应该设置为什么? A: background-repeat:repeat B: background-repeat:repeat-x C: background-repeat:repeat-y D: background-repeat:no-repeat
- 以下可以实现背景图片不重复的样式表是( )。 A: background-repeat:repeat-x; B: background-repeat:repeat-y; C: background-repeat:repeat; D: background-repeat:no-repeat;
- background-repeat属性有哪些值?( ) A: no-repeat B: repeat-x C: repeat-y D: repeat
- background-repeat属性接受的值除了:repeat,no-repeat,repeat-x,repeat-y还有哪一个?
- background-repeat的属性值有哪些? A: repeat B: no-repeat C: repeat-x D: repeat-y