HTML Developer Question:
Download Questions PDF

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

HTML Developer Interview Question
HTML Developer Interview Question

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 Interview Questions And Answers PDF

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?