Why is it not working ? Images in my mobile are by default jpg but there is no img displayed in output... please help!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Why is it not working ? Images in my mobile are by default jpg but there is no img displayed in output... please help!!

https://code.sololearn.com/Wj1h18PRYA9A/?ref=app

1st Jun 2019, 2:52 AM
Sahithya Kirani
Sahithya Kirani - avatar
6 Answers
+ 8
How do I store it ? I am operating from mobile...
1st Jun 2019, 4:58 AM
Sahithya Kirani
Sahithya Kirani - avatar
+ 5
Upload your image into your host or a online store service (dropbox, google drive...) and insert direct link to your image in the src attribute of img tag!
1st Jun 2019, 5:00 AM
Thống Nguyễn
Thống Nguyễn - avatar
12th Jun 2019, 7:13 PM
Janning⭐
Janning⭐ - avatar
+ 3
To display image, the browser must get in the place where the image is storing. But you store the file inside your phone (private place), and the browser can not access the image location to display out. To fix this, you must store image file in a public location, not private one!
1st Jun 2019, 3:00 AM
Thống Nguyễn
Thống Nguyễn - avatar
+ 2
be sure to place the images in a img folder. an type in the link to your block of html. <img src=./img/nameof.jpeg><\img> sometimes its usually as simple as a spelling error. like for example all caps .JPEG or .jpeg or .jpg also dont forget .png’s check any css files that are aligned with your same images as well
2nd Jun 2019, 7:25 PM
Mike Leonard
Mike Leonard - avatar
0
hello
15th Jun 2019, 9:14 AM
மருது தினேஷ்
மருது தினேஷ் - avatar