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