+ 1
How can i insert image in html ?
while practicing in sololearn when I insert the image in html tag it will not show the output of the image now I'm very disappointed while posting codes. Is there any way I can do it better?
9 Answers
+ 1
Try to check whether image name is right, or that its location is right in the code u are typing.
If that fails, do you mind posting the code?
+ 3
thank you
+ 2
thanks I got it this time it might be my phone bug ,cause the other day I tried it same way but the image is displayed for some time then it vanquishes.
https://code.sololearn.com/W38kmHtNoQ3Z/?ref=app
+ 2
Good to know. @Rocky. Keep programming
+ 2
is there a way to put that image in whole body ?
+ 2
yep in the background
+ 2
try this:
.<body style="background-image:img.jpg">
+ 1
you mean in the background? ?
+ 1
I recommend checking out www.w3schools.com
It has user friendly tutorials.