The background-repeat property repeats the background image horizontally and vertically. Some images are repeated only horizontally or vertically.
<style>
body {
background-image: url("paper1.gif");
margin-left:100px;
}
</style>
The background-repeat property repeats the background image horizontally and vertically. Some images are repeated only horizontally or vertically.
<style>
body {
background-image: url("paper1.gif");
margin-left:100px;
}
</style>