Answers for "change background picture in html file"

7

how to change background image in html

<style>
div {
  background-image: url('img_girl.jpg');
}
</style>
Posted by: Guest on July-24-2020

Code answers related to "change background picture in html file"

Browse Popular Code Answers by Language