how to change background of a image in css code example
Example: how to change background image in css
<style>
body{
background-image: url('img_girl.jpg');
}
</style>
<style>
body{
background-image: url('img_girl.jpg');
}
</style>