how to make background of html an image code example
Example: how to set background image for web page in html local image
body { background-image: url(/path/to/image.png); }
body { background-image: url(/path/to/image.png); }