<!DOCTYPE html>
<html>
<head>
<style>
body {
    background-image: url("paper.gif");
}

</style>
</head>
<body>

<p>By default, a background image will be repeated both vertically and horizontally.</p>

</body>
</html>