Computer Science, asked by fatima232, 1 year ago

mention the suitable HTML tag and the attribute to insert an image name globe dot JPG in the background of a page​

Answers

Answered by tusharjangle
1

<html>

<body background="bgimage.jpg">

<h1>Hello world!</h1>

<p><a href="https://www.w3schools.com">Visit W3Schools.com!</a></p>

</body>

</html>

I don't know perfect answer but

it may be useful for you dear one..

Similar questions