2) 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.

body {
background-image: url(“paper1.gif”);
margin-left:100px;
}

Leave a Reply