using image as a background in html 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>