⟩ Tell me how do you make a picture into a background image of a web page?
To do this, place a tag code after the </head> tag as follows:
<body background = “image.gif”>
Replace image.gif with the name of your image file. This will take the picture and make it the background image of your web page.