CSS的颜色与背景属性中,background-repeat用于指定平铺背景图像。可以是下面哪些值?
A: epeat-x:指定图像横向平铺
B: epeat-y:指定图像纵向平铺
C: epeat-z:指定图像垂直于横向和纵向的平铺
D: norepeat:指定图像不平铺
A: epeat-x:指定图像横向平铺
B: epeat-y:指定图像纵向平铺
C: epeat-z:指定图像垂直于横向和纵向的平铺
D: norepeat:指定图像不平铺
举一反三
- 代码“background-repeat: no-repeat;”表示( )。 A: 无背景 B: 背景图像横向平铺 C: 背景图像纵向平铺 D: 背景图像不平铺
- 为一个图片设置成背景图像后,设置背景图像在纵向和横向上平铺,下面哪个是实现该功能的? ( ) A: no-repeat B: epeat C: epeat-x D: epeat-y
- ackground-image属性实现背景图像的设置,默认情况下,背景图像会自动向水平和竖直两个方向平铺。如果需要设置图片为水平平铺,应采用以下哪种属性值? A: epeat B: epeat-x C: epeat-y D: no-repeat
- 设置一个背景图像,默认是怎么显示在页面上的?( ) A: 横向与纵向平铺 B: 横向平铺 C: 纵向平铺 D: 不平铺
- 用于指定平铺背景图像的CSS属性为( )。 A: ackground-repeat B: ackground-colo C: ackground-image D: ackground-attachment