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