how to back put back garuned picture in html code example
Example 1: how to make a picture your background on html
<html>
<body>
<h2>Background Image</h2>
<div style="background-image: url('img_girl.jpg');">
Example 2: adding background image
body{background-image: url("paper.gif");}