代码“background-repeat: no-repeat;”表示( )。
A: 无背景
B: 背景图像横向平铺
C: 背景图像纵向平铺
D: 背景图像不平铺
A: 无背景
B: 背景图像横向平铺
C: 背景图像纵向平铺
D: 背景图像不平铺
举一反三
- ackground-repeat,默认效果是( ) A: 背景图不平铺 B: 背景图横向平铺 C: 背景图纵向平铺 D: 背景纵向和横向上平铺
- CSS中设置背景图像平铺的属性是(),设置背景图像在y方向平铺的代码是()。
- 背景图像平铺background-repeat属性中,下面()项代表的是沿水平方向平铺? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 背景图像平铺background-repeat属性中,下面()项代表的是不平铺(图像位于元素的左上角,只显示一次)? A: repeat B: no-repeat C: repeat-x D: repeat-y
- 使用CSS设置背景图像横向平铺,应该设置其background-repeat的属性值为( )。 A: repeat-x B: repeat C: repeat-y D: no-repeat