• 2022-06-17
    background-repeat的默认属性值为
    A: repeat
    B: repeat-x
    C: repeat-y
    D: no-repeat
  • A

    内容

    • 0

      使用CSS设置背景图像横向平铺,应该设置其background-repeat的属性值为( )。 A: repeat-x B: repeat C: repeat-y D: no-repeat

    • 1

      背景图设置时候会加入background- repeat属性,请结合属性的四个取值(inherit | no-repeat | repeat | repeat-x | repeat-y),陈述对应的用法。

    • 2

      以下可以实现背景图片不重复的样式表是( )。 A: background-repeat:repeat-x; B: background-repeat:repeat-y; C: background-repeat:repeat; D: background-repeat:no-repeat;

    • 3

      需要背景图片水平方向平铺显示,用哪个样式? A: background-repeat:repeat B: background-repeat:no-repeat C: background-repeat:repeat-x D: background-repeat:repeat-y

    • 4

      背景重复属性取值有哪几种情况() A: repeat B: no-repeat C: repeat-x D: repeat-y