如果想让一幅背景图片在水平方向上重复显示,则可使用background-repeat属性的()值实现。
A: repeat-x
B: repeat
C: repeat-y
D: no-repeat
A: repeat-x
B: repeat
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
- 需要背景图片水平方向平铺显示,用哪个样式? A: background-repeat:repeat B: background-repeat:no-repeat C: background-repeat:repeat-x D: background-repeat:repeat-y
- background-repeat属性有哪些值?( ) A: no-repeat B: repeat-x C: repeat-y D: repeat
- 以下可以实现背景图片不重复的样式表是( )。 A: background-repeat:repeat-x; B: background-repeat:repeat-y; C: background-repeat:repeat; D: background-repeat:no-repeat;
- background-repeat属性接受的值除了:repeat,no-repeat,repeat-x,repeat-y还有哪一个?