+ 2
On the Code playground for HTML, can file path in a pc location be used in place of URL to add an image?
Like this <img scr="web_picture.jpg" alt="" />
2 Respuestas
+ 3
Genevieve hello,
No you can't, as your code is saved on sololearn's servers, your image file should also be within their servers, which are not accessible to us.
So if you'd like to use your own image you'll have to upload it on a cloud service like Dropbox or imgbb or else and then copy/past the link to that file as your src.
Here is a tuto From a sololearner, to do it with Dropbox:
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
+ 2
EmmanueLZ. Okay, thanks much.