0 votes
in HTML by
How to make a picture of a background image of a web page in HTML?

1 Answer

0 votes
by

To make a picture a background image on a web page, you should put the following tag code after the </head> tag.

<body background = "image.gif">  

Here, replace the "image.gif" with the name of your image file which you want to display on your web page.

Related questions

+1 vote
asked Jan 30, 2022 in Other by DavidAnderson
0 votes
asked Feb 17 in HTML by DavidAnderson
...