Can anyone tell me why my second image is not showing 😫😫(first one from internet, 2nd form phone storage) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone tell me why my second image is not showing 😫😫(first one from internet, 2nd form phone storage)

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <figure> <img src="https://i.ibb.co/Df78YKQ/illust-97455237-20220815-130823-01.jpg" width="200"> <figcaption>A cutty by SD</figcaption> </figure> <img src="storage/emulated/0/Download/100339531_p0_master1200.webp"> </body> </html>

21st Aug 2022, 4:30 AM
SD Anime
6 Answers
+ 3
How to host/upload an image (IMGBB way) /by Farhanaz/ https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
21st Aug 2022, 6:33 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
SD Anime You cannot access your local device path on the internet.
21st Aug 2022, 4:48 AM
A͢J
A͢J - avatar
+ 2
Your second image path is in your local system upload it on any cloud storage copy and create a link then try U can use Dropbox , postimage box, Google drive......
21st Aug 2022, 4:49 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 1
If you're trying to run the code on the internet then the image should also be from the internet. Because the internet doesn't have access to your phone storage
21st Aug 2022, 4:35 AM
praneetha
praneetha - avatar
0
Then where should I check from
21st Aug 2022, 4:38 AM
SD Anime
0
Upload in google drive and paste that link in that tag
22nd Aug 2022, 5:04 PM
SHAIK BAB JAN
SHAIK BAB JAN - avatar