代码示例:(标识:css_background-image_norepeat)
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-image: url("/static/demo/images/tree.png");
  background-repeat: no-repeat;
}
</style>
</head>
<body>

<h1>Hello World!</h1>
<p>(www.sou-xun.com) 背景图像实例。</p>
<p>这幅背景图像仅显示一次,但它会打扰读者!</p>

</body>
</html>
运行结果: