0
How to make a image as background in html?
The image is at some other location and the html file is saved at other location on the computer
6 odpowiedzi
+ 1
Use the css background-image property.
background-image: url("image link");
0
Can you give a example
0
if image is located in sololearn.com
<body style="background-image:url('sololearn.com');">
</body>
0
Image name is not required?
0
If image location is sololearn.com and image name is abcde. jpg what is the format
0
The image name will always be in the image URL like sololearn.com/abcde.jpg