<html>
<head>
<style>
body {
background-image: url("http://w3cschool.cn/style/download.png");
background-repeat: repeat-x;
background-color: #ffffff;
}
</style>
</head>
<body>
<p>This example illustrates the
<b>background-image</b> property with a value of <b>repeat-x</b>.</p>
</body>
</html>