背景图默认重复显示,即background-repeat:repeat; ( )
举一反三
- 同时设定背景颜色和背景图像(background-repeat: repeat;)后,如何显示?
- 如果想让一幅背景图片在水平方向上重复显示,则可使用background-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
- 想让背景图像完全填充空间应该用background-repeat:repeat;。
- 以下可以实现背景图片不重复的样式表是( )。 A: background-repeat:repeat-x; B: background-repeat:repeat-y; C: background-repeat:repeat; D: background-repeat:no-repeat;