how to add a still image as background in html 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;">