how can I set background-image with a local img 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); }