下列对CSS背景属性的描述哪个是错误的?
A: background-color属性用来设置网页元素的背景图像
B: background-attachment属性可以用来设置背景图像固定在屏幕的某一位置,不随着滚动条移动
C: background-size属性用于控制背景图像的大小
D: background-position属性用于设置背景图像的定位
A: background-color属性用来设置网页元素的背景图像
B: background-attachment属性可以用来设置背景图像固定在屏幕的某一位置,不随着滚动条移动
C: background-size属性用于控制背景图像的大小
D: background-position属性用于设置背景图像的定位
举一反三
- CSS中的background属性只能用来设置背景图像。
- 设置表格背景图像的属性是background()
- 通过()属性,可以设置表格的背景颜色、背景图像。 A: background B: tr- background C: table- background D: td- background
- 设置CSS背景图片中,用于设置网页元素的背景图像的代码是什么 A: background-image B: background-repeat C: background-color D: background-position
- 设置表格背景图像的属性是background ( ) A: 对 B: 错