在下列的HTML中,()可以插入背景图像。
A: <;body backcolor="background.gif">;
B: <;background img="background.gif">;
C: <;img src="background.gif" background>;
D: <;body background="background.gif">;
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>;
- 在下列的 HTML 中,哪个可以插入背景图像? 未知类型:{'options': ['[body background="background.gif"]', '[background img="background.gif"]', '[img src="background.gif" background]', '[img src="background.gif"]'], 'type': 102}
- 下列的HTML中哪个( )可以插入背景图像? 未知类型:{'options': ['[body background="background.gif"]', '[backgroundimg="background.gif"]', '[imgsrc="background.gif"background]', '[body bgcolor="background.gif"]'], 'type': 102}
- 下列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: <;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">;