• 2022-06-18
    使用CSS设置背景图像横向平铺,应该设置其background-repeat的属性值为( )。
    A: repeat-x
    B: repeat
    C: repeat-y
    D: no-repeat
  • A
    本题目来自[网课答案]本页地址:https://www.wkda.cn/ask/mjyoetoeeotttzo.html

    内容

    • 0

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

    • 1

      background-repeat属性接受的值除了:repeat,no-repeat,repeat-x,repeat-y还有哪一个?

    • 2

      background-repeat的属性值有哪些? A: repeat B: no-repeat C: repeat-x D: repeat-y

    • 3

      背景图像平铺background-repeat属性中,下面()项代表的是沿水平方向平铺? A: repeat B: no-repeat C: repeat-x D: repeat-y

    • 4

      css中,用于设置背景重复的属性默认值是() A: repeat-x B: repeat-y C: repeat D: no-repeat