+ 4
How to get an image at the background of web in html?
Image at background in html.
2 odpowiedzi
+ 4
<html>
<head>
<style>
body{
background-image: url(your img file path);
}
</style>
</head>
<body>
</body>
</html>
+ 1
May this help you...
For refference : Pls use search bar..
https://www.sololearn.com/Discuss/2402873/?ref=app