0
HTML
Please how can I insert an image in my code background .i have been trying to insert an image on my iPhone but all what I keep on getting is a small square box Please help me out
3 odpowiedzi
+ 9
You have to use CSS for that.
background image property of CSS is used for background.
/*Syntax*/
background-image:url('url of image here');
I recommend you to complete your CSS course first.
+ 2
First you should search this question before posting.
First upload your image on Dropbox upload win imgbb google drive then copy the link of uploaded image .
https://code.sololearn.com/W0G3uPGZfc7v/?ref=app
+ 2
thanks