没有搜到到结果?点击这里求解答/求资源。
【多选题】
CSS属性中,与背景图像相关属性(????)。

background-image
backgroundcolor
background-repeat
background-position
【多选题】
CSS语言下列哪些选项是背景图像属性( ABCD)

背景重复
背景附件
纵向排列
背景位置
【判断题】
CSS样式属性很多种,包括了类型、背景、区块等。

正确
错误
【判断题】
CSScolor属性用于设置HTML元素背景颜色。

正确
错误
【单选题】
下列CSS属性中,用于指定背景图片是( )

background-image
background-color
background-position
background-repeat
【多选题】
CSS文本属性中,文本对齐属性取值( ?)。

justify
center
right
left
【单选题】
CSS设置背景图片时候,不想让背景图片重复出现可以使用属性是( )

background-color
background-repeat
background-position
background-image
【单选题】
与文本框背景有关属性

Backcolor
Forecolor
RGB
Fontsize
【多选题】
CSS中,下面属于BOX模型属性( )

font
margin
padding
border
【多选题】
下列选项为背景属性赋值正确(????)。

background-image:bg.jpg;
background-image:url(bg.jpg);
background-repeat:repeat-x;
background-repeat:no-repeat;