+ 1

How can you insert an image background using html?

24th May 2019, 8:19 AM
Muhammadauwal Ibrahim
Muhammadauwal Ibrahim - avatar
3 odpowiedzi
+ 1
Using background-image:url(""). or just insert the image like this. Img src="url here"/>
24th May 2019, 8:24 AM
Ginfio
Ginfio - avatar
+ 1
To insert a background image just type the background attribute in body tag. Eg : <body background="##URL"> </body> Thanks
24th May 2019, 8:41 AM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar