Please how do I use images on my phone on solo learn img tag. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please how do I use images on my phone on solo learn img tag.

If when using the <img/> tag, and my choice of picture comes from my phone, how will I define the path in the src element, I've tried it but the picture is not loading.

2nd Feb 2023, 11:20 PM
Kolapo Yinka Joseph
Kolapo Yinka Joseph - avatar
3 Answers
+ 2
<html> <head> <title>first page</title> </head> <body> <img src="https://i.postimg.cc/QdL561Zs/itachi.jpg"alt= "" /> </body> </html> For adding img link use post image which help to get image link
4th Feb 2023, 12:30 AM
Zeeshan Khan
Zeeshan Khan - avatar
+ 1
It is not possible, sololearn does not have access to our local files. But you can upload image to cloud like dropbox and use url as path. This question is asked many times, please use search before posting, so another user can easily find answer(don't need to look at 100 questions just few) https://www.sololearn.com/discuss/1404608/?ref=app https://www.sololearn.com/discuss/2643935/?ref=app https://www.sololearn.com/discuss/2214153/?ref=app https://www.sololearn.com/discuss/2111151/?ref=app https://www.sololearn.com/discuss/2608853/?ref=app https://www.sololearn.com/discuss/2336327/?ref=app https://www.sololearn.com/discuss/1608804/?ref=app https://www.sololearn.com/discuss/1907554/?ref=app
3rd Feb 2023, 12:08 AM
PanicS
PanicS - avatar
+ 1
And here is tutorial how to upload using dropbox, it is css example but same apply for images/videos also: https://code.sololearn.com/WW6t4B73kJVz/?ref=app
3rd Feb 2023, 12:14 AM
PanicS
PanicS - avatar