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.
3 Antworten
+ 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
+ 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
+ 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