We can an image in the background of a web page with help of
Answers
Answered by
0
Answer:
You can do it by css ;)
Put the css tag in the body ;
Explanation:
By :
<style type="text/css">
body
{
margin:0;
padding:0;
background-image:"link from an open website which is available 24×7";
}
</style>
Similar questions