KnowledgeBoat Logo

Computer Applications

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

HTML Advanced Features

7 Likes

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">

Answered By

5 Likes


Related Questions