how to set image as background for div in html code example
Example 1: how to set div background image
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
Example 2: how to make a image background
how to make a image background