• 2022-06-18
    同时设定背景颜色和背景图像(background-repeat: repeat;)后,如何显示?
  • 只显示背景图片

    内容

    • 0

      如果需要在页面上对背景图像进行平铺,可以使用什么属性 A: backgroud B: background-repeat C: no-repeat D: repeat

    • 1

      设置背景图像位置的代码是()。 A: background-color:#b4f4fd; B: background-image:url(images/bg4.jpg); C: background-repeat:repeat; D: background-position:center bottom;

    • 2

      设置CSS背景图片中,用于设置网页元素的背景图像无背景的代码是什么 A: background-image:repeat; B: background-image:repeat-x; C: background-image:repeat-y; D: background-image:none;

    • 3

      要实现背景图片在水平方向的平铺,应该设置为什么? A: background-repeat:repeat B: background-repeat:repeat-x C: background-repeat:repeat-y D: background-repeat:no-repeat

    • 4

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