Name the property for controlling the image repetition of the background.


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>  

Leave a Reply

Your email address will not be published. Required fields are marked *