用于设置背景图像位置的样式是()。
A: background-position
B: background-map
C: background-attachment
D: background-clip
A: background-position
B: background-map
C: background-attachment
D: background-clip
举一反三
- 通过()属性,可以设置表格的背景颜色、背景图像。 A: background B: tr- background C: table- background D: td- background
- 下列选项中,( )属性用于定义背景图像的裁剪区域。 A: background B: clip C: background-clip D: border
- Vue中如何通过内联样式设置背景色为黑色 A: :style="{background:'red'}" B: style="{background:'red'}" C: class="{background:'red'}" D: :styles="{background:black}"
- 设置表格背景图像的属性是background()
- 【单选题】以下哪个CSS样式,是对类名为 fancy 的段落设置灰色背景。 A. td.fancy {background: #333;} B. .fancy p {background: #333;} C. p.fancy {background: #333;} D. p .fancy {background: #333;}