0
How can i put an image as a background on my web page
2 Answers
+ 6
Go for CSS :
body {
   background-image: url( link to image, example- "C:\User/images/image.png" );
}
+ 2
see https://www.w3schools.com/cssref/pr_background-image.asp
(hint: bookmarks this site for future refence and learn)