js background image of div code example
Example: how to set div background image
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
body {
background-image: url("paper.gif");
background-color: #cccccc;
}