how to make an image under the body css code example
Example: how to change background image in html
<style>
div {
background-image: url('img_girl.jpg');
}
</style>
<style>
div {
background-image: url('img_girl.jpg');
}
</style>