设置背景图像的格式:
<body background= "image-url">
其中 "image-url" 指图像的位置。
实例:
<html>
<head>
<title>设置背景图像</title>
</head>
<body background="imge/11.gif">
<center>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><font color="#006600" size="+6">盼望着,盼望着,东风来了,春天脚步近了.</font>
</p>
</center>
</body>
</html>


