mention the suitable HTML tag and the attribute to insert an image named globe.JPG in the background of a web page.
Answers
Answered by
67
The suitable tag is <body> tag.
Attribute to insert the image as background of a webpage is background
for example : <body background=globe.jpg>
Answered by
23
Answer:
"The most appropriate HTML tag is <body> tag.
Attribute to insert the image as background of a webpage is background
The name of the image is globe.JPG
So the required tag will be as follows:
<body background=globe.jpg>
HTML tags make specific references of the chief matter of a particular document. The matter that lies inside the portion of the tag must be genuinely relevant to the document.
"
Explanation:
Similar questions