下列的HTML中哪个可以插入背景图像?
A: <;body background="background.gif">;
B: <;backgroundimg="background.gif">;
C: <;img src="background.gif" background>;
A: <;body background="background.gif">;
B: <;backgroundimg="background.gif">;
C: <;img src="background.gif" background>;
举一反三
- 在下列的HTML中,()可以插入背景图像。 A: <;body backcolor="background.gif">; B: <;background img="background.gif">; C: <;img src="background.gif" background>; D: <;body background="background.gif">;
- 在下列的 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;
- 3. 在下列的HTML中,哪个可以添加背景颜色( )? A: <; body color="yellow" >; B: <; background >;yellow<; /background >; C: <; body bgcolor="yellow" >;