下列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;
下列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;
下列哪个是( )设置背景图片(bg.gif)水平方向平铺? A: background:url(bg.gif) repeat-x; B: background:url(bg.gif) repeat-y; C: background:url(bg.gif) no-repeat; D: background:url(bg.gif);
下列哪个是( )设置背景图片(bg.gif)水平方向平铺? A: background:url(bg.gif) repeat-x; B: background:url(bg.gif) repeat-y; C: background:url(bg.gif) no-repeat; D: background:url(bg.gif);
以下程序正确的是() 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">;
以下程序正确的是() 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">;
让一个盒子的背景图片只横向平铺() A: background:url(a1.jpg)repeat-x; B: background-color:repeat-x; C: background:url(a1.jpg)repeat-y; D: background:repeat;
让一个盒子的背景图片只横向平铺() A: background:url(a1.jpg)repeat-x; B: background-color:repeat-x; C: background:url(a1.jpg)repeat-y; D: background:repeat;
以下选项,用来设置背景图像URL的样式属性是()。 A: background-image B: background-repeat C: background-position D: background-url
以下选项,用来设置背景图像URL的样式属性是()。 A: background-image B: background-repeat C: background-position D: background-url
(网站)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;
(网站)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;
background: url(2、png),url(1、jpg),url(3、png),url(4、jpg);},表示哪张图片处在最上层()。
background: url(2、png),url(1、jpg),url(3、png),url(4、jpg);},表示哪张图片处在最上层()。
以下选项,用来设置背景图像URL的CSS样式属性是() A: background-url: B: background-repeat: C: background-image: D: background-position:
以下选项,用来设置背景图像URL的CSS样式属性是() A: background-url: B: background-repeat: C: background-image: D: background-position:
以下哪些方式能正确设置背景图像 A: background:url(1.jpg) B: background-image:url(1.jpg); C: background-color:url(1.jpg); D: background-repeat:url(1.jpg);
以下哪些方式能正确设置背景图像 A: background:url(1.jpg) B: background-image:url(1.jpg); C: background-color:url(1.jpg); D: background-repeat:url(1.jpg);
在css样式表中,下列设置页面背景图片的说法正确的是( A: background:src(images/news.jpg) bottom repeat-y; B: background:url(images/news.jpg)left bottom no-repeat C: 999999; D: background:url(images/news.jpg)left bottom repeat_y; E: background:link(images/news.jpg)left bottom no-repeat;
在css样式表中,下列设置页面背景图片的说法正确的是( A: background:src(images/news.jpg) bottom repeat-y; B: background:url(images/news.jpg)left bottom no-repeat C: 999999; D: background:url(images/news.jpg)left bottom repeat_y; E: background:link(images/news.jpg)left bottom no-repeat;