how to make still image background css code example
Example: 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;">
<body style="background-image: url(your image url here);
background-repeat: no-repeat;
background-attachment: fixed;">