HTML Developer Question: Download HTML Developer PDF

Tell me how do you make a picture into a background image of a web page?

Tweet Share WhatsApp

Answer:

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.

Download HTML Developer PDF Read All 75 HTML Developer Questions
Previous QuestionNext Question
Suppose if you see a web address on a magazine, to which web page does it point?Can you explain five new input types provided by HTML5 for forms?