+ 2
The image that i'm adding in that HTML file is not showing up, help?
14 RĂ©ponses
+ 7
you just need first to include your image in the folder where you are made your html file then use the image tag and in image tag just put the name of your image with the image format ex:- an image name is pic. jpg
so do like this
<img src="pic.jpg" width="50%" height="50%"/>
by this the image will be show in your browser
+ 5
So how are supposed to help you if the html file is anonymous to us?
Yash that cant work,upload the image with something like Dropbox and get its src
https://www.sololearn.com/discuss/1054246/?ref=app
+ 5
Hey Jax your question isn't visible... đ
+ 4
if you are trying to add image i your HTML file so, that do not work because it is not supported in mobile.
so, download Dropbox from playstore
+ 3
https://www.sololearn.com/Discuss/1296403/?ref=app try this. I just found this site earlier today.
+ 3
$hardul Birje
A moderator must have deleted it. I donât have a clue why. It was completely inside of sololearnâs guidelines. Sorry about that.
+ 3
It's OK Jax just wanted to know that can I display an image stored on that website to my code in sololearn using <img>??
+ 3
Yeah, definitely. It supplied you with the link you need. Itâll basically be an (a href) tag that should be deleted or else a click will lead to their website. (No big deal, just some clever advertising) and it will show the rest of the code the the <img src=âlinkâ> all for you.
+ 3
Thank you so much Jax
+ 3
$hardul Birje
Glad i could help! đ Hopefully you get what you want from it!
+ 2
Share the code please!
+ 2
It's not a url and you can't access to your local stored pictures with SoloLearn
+ 1
thanks
0
<html>
<head>
<title>first page</title>
</head>
<body>
<img src="https://cdn130.picsart.com/235795467090201.jpg?r240x240"
height="130%" width="100%" alt="" />
</body>
</html>