以下程序正确的是()
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">;
举一反三
- 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);},表示哪张图片处在最上层() A: 2、png B: 1、jpg C: 3、png D: 4、jpg
- 在下列的HTML中,()可以插入背景图像。 A: <;body backcolor="background.gif">; B: <;background img="background.gif">; C: <;img src="background.gif" background>; D: <;body background="background.gif">;
- 【多选题】在CSS中,提供了背景图像属性用来设置背景。在下列选项中,设置背景图片格式正确的是() A. body{ background: url(1.png);} B. body{ background-image: url(1.png);} C. body{ background-color: url(1.png);} D. body{ background-repeat: url(1.png);}
- 下列的HTML中哪个可以插入背景图像? A: <;body background="background.gif">; B: <;backgroundimg="background.gif">; C: <;img src="background.gif" background>;