案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body style="background-image:url(/img/eg_bg_04.gif)">
3
4
<h1>Hello world!</h1>
5
<p><a href="//www.w3xue.com">Visit W3xue.com!</a></p>
6
<p>在 HTML 4.01 中,不赞成使用 body 元素的 background 属性;在 XHTML 1.0 Strict DTD 中,不支持 body 元素的 background 属性。</p>
7
8
</body>
9
</html>