下列CSS代码进行缩写,符合缩写的规范的是()
A: background-position:00;
B: background-repeat:no-repeat;
C: background-image:url(background.gif);
D: a-image:"background.gif"no-repeat00;
E: background-url:"background.gif")no-repeat00;
F: background:url("background.gif")no-repeat00;
G: background:"background.gif"no-repeat00;
A: background-position:00;
B: background-repeat:no-repeat;
C: background-image:url(background.gif);
D: a-image:"background.gif"no-repeat00;
E: background-url:"background.gif")no-repeat00;
F: background:url("background.gif")no-repeat00;
G: background:"background.gif"no-repeat00;
举一反三
- 在下列的HTML中,()可以插入背景图像。 A: <;body backcolor="background.gif">; B: <;background img="background.gif">; C: <;img src="background.gif" background>; D: <;body background="background.gif">;
- 下列的HTML中哪个可以插入背景图像? A: <;body background="background.gif">; B: <;backgroundimg="background.gif">; C: <;img src="background.gif" background>;
- 让一个盒子的背景图片只横向平铺() A: background:url(a1.jpg)repeat-x; B: background-color:repeat-x; C: background:url(a1.jpg)repeat-y; D: background:repeat;
- 在下列的 HTML 中,哪个可以插入背景图像? 未知类型:{'options': ['[body background="background.gif"]', '[background img="background.gif"]', '[img src="background.gif" background]', '[img src="background.gif"]'], 'type': 102}
- (网站)background-color:#ccc;background-image:url(bg.png);background-repeat:no-repeat;background-position:-100pxcenter;以上样式的缩写正确的是?() A: background:#ccc,url(bg.png)no-repeat,-100pxcenter; B: background:#cccurl(bg.png)no-repeat-100pxcenter; C: background:#ccc;background-image:url(bg.png)no-repeat-100pxcenter; D: background-color:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;