how to set background image for web page in html local image

HTML
body {  background-image: url(/path/to/image.png); } 
Source

Also in HTML: