用CSS如何定义元素背景图片:()
A: color:url(img/15.gif)
B: font:url(img/17.gif)
C: background:url(img/ca.gif)
D: img:url(img/13.gif)
A: color:url(img/15.gif)
B: font:url(img/17.gif)
C: background:url(img/ca.gif)
D: img:url(img/13.gif)
举一反三
- (网站)用CSS如何定义元素背景图片:() A: color:url(img/15.gif) B: font:url(img/17.gif) C: background:url(img/ca.gif) D: img:url(img/13.gif)
- (网站)为div添加背景图写法正确的有()? A: div{background:url(’img/pic.jpg’);} B: div{background-image:url(’img/pic.jpg’);} C: div{background-repeat:url(’img/pic.jpg’)} D: div{background-color:url(’img/pic.jpg’);}
- 以下程序正确的是() A: <;body background=url("img/123.jpg")>; B: <;body background:url("img/123.jpg")>; C: <;body background="url('img/123.jpg')">; D: <;body background="img/123.jpg">;
- 设置背景颜色为 green, 背景图片垂直居中显示, 背景图片充 满整个区域,但是背景图片不能变形 , 图片只出现一次,以下书 写正确的是(): A: background:url("../img/img1.jpg") no-repeat center/cover green; B: background:url("../img/img1.jpg") repeat center/cover green; C: url("../img/img1.jpg") no-repeat center/100% green; D: url("../img/img1.jpg") no-repeat center/100% 100% green;
- 设置背景颜色为green,背景图片垂直居中显示,背景图片充满整个区域,但是背景图片不能变形,图片只出现一次,以下书写正确的是( ) A: ackground:url("../img/img1.jpg") no-repeat center/cover green; B: ackground:url("../img/img1.jpg") repeat center/cover green; C: url("../img/img1.jpg") no-repeat center/100% green; D: url("../img/img1.jpg") no-repeat center/100% 100% green;