css with background image with html code example
Example 1: adding background image
body{background-image: url("paper.gif");}
Example 2: background css image
background-image: url('./image.jpg');
body{background-image: url("paper.gif");}
background-image: url('./image.jpg');