I m trying to put this image in html dont know what is wrong it isnt showing img | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I m trying to put this image in html dont know what is wrong it isnt showing img

<img src="/storage/75D6-16F0/Pictures/Anonymous.jpg" height="150px" width="150px" border="1px" alt=" " /> Copied the path from an app till Pictures and after that i putted the name of pic myself

23rd May 2021, 6:57 AM
Noob Coder
Noob Coder - avatar
6 Answers
+ 1
<img src="/storage/75D6-16F0/Pictures/Anonymous.jpg" height="150px" width="150px" border="1px" alt=" " /> if you are running it in a computer it will not work (see the path) // here are many question related to it. try searching in search bar.
24th May 2021, 3:41 AM
NEZ
NEZ - avatar
0
Save the image to the same folder or in any other folders.. If you've saved the image in same folder, then just give the image name(with whatever name you saved it & with extension) like <img src = "anonymous.jpg"> Otherwise,specify the complete path like, <img src = "C:\Users\Dell......" >
23rd May 2021, 7:15 AM
sarada lakshmi
sarada lakshmi - avatar
0
Thanks i will try that
23rd May 2021, 7:35 AM
Noob Coder
Noob Coder - avatar
- 1
Ok
23rd May 2021, 9:29 AM
Noob Coder
Noob Coder - avatar
- 1
Now i know it wasnt showing on chrome but showed in phone built in browser
23rd May 2021, 9:43 AM
Noob Coder
Noob Coder - avatar
- 1
Images uploading from storage doesn't work https://www.sololearn.com/Discuss/2727024/?ref=app
24th May 2021, 5:47 AM
🇮🇱 Radin Masiha 🇮🇱
🇮🇱 Radin Masiha 🇮🇱 - avatar