CBSE Class 10 Computer Applications Question 60 of 81

Images, Links and Tables — Question 6

Back to all questions
6
Question

Question 6

Mention the suitable HTML tag and the attribute to insert an image named 'globe.jpg' in the background of a webpage.

Answer

We can use the <BODY> tag with the BACKGROUND attribute to insert an image named 'globe.jpg' in the background of a webpage.
E.g. <BODY BACKGROUND = "GLOBE.JPG">