+ 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>
6 Respostas
+ 3
How to host/upload an image (IMGBB way)
/by Farhanaz/
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
+ 2
SD Anime
You cannot access your local device path on the internet.
+ 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......
+ 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
0
Then where should I check from
0
Upload in google drive and paste that link in that tag