It is very easy to set background image in html.First of all you need an image to use as background.Select an image.Now you need the path to the image.
Path can be :
* Absolute path or
* Relative path
Now insert this code into html :
Eg :
or
where image1.jpg is image with name image1 and jpeg as image extension.