local image html css code example
Example 1: how to set background image for web page in html local image
body { background-image: url(/path/to/image.png); }
Example 2: html local image
<img src="c:\your file">
body { background-image: url(/path/to/image.png); }
<img src="c:\your file">