+ 1
How can you insert an image background using html?
3 odpowiedzi
+ 1
Using background-image:url("").
or just insert the image like this. Img src="url here"/>
+ 1
To insert a background image just type the background attribute in body tag.
Eg :
<body background="##URL">
</body>
Thanks