<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url("paper.gif");
background-repeat: no-repeat;
}
</style>
</head>
<body>
<h1>background-repeat 属性</h1>
<p>这里,背景图像不再重复。 图像只会显示一次。</p>
</body>
</html>