apply html background images code example
Example 1: how to change background image in html
<style>
div {
background-image: url('img_girl.jpg');
}
</style>
Example 2: how to make a image background
how to make a image background
<style>
div {
background-image: url('img_girl.jpg');
}
</style>
how to make a image background