is it better to do background images in html code example
Example 1: how to make a still background image in html
<body style="background-image: url(your image url here);
background-repeat: no-repeat;
background-attachment: fixed;">
Example 2: how to make a picture your background on html
<html>
<body>
<h2>Background Image</h2>
<div style="background-image: url('img_girl.jpg');">