background="图片的url"
注意: gif 和 jpg 文件均可用作 HTML 背景。
如果图像小于页面,图像会进行重复。
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>背景设置</title>
</head>
<body background="file:///E|/AdobeDreamweaverCS6_gr/未命名站点 2/haha.jpg">
<p>设置了body的背景</p>
</body>
</html>