0
Pls how do i insert a picture on my storage media into my codes through this application (solo learn).
I really appreciate everyone who takes time to go through.
3 Antworten
+ 9
similar posts available , use search bar before posting ur question
hope, it may helps u
https://www.sololearn.com/discuss/1493734/?ref=app
https://www.sololearn.com/discuss/2084638/?ref=app
https://www.sololearn.com/discuss/511953/?ref=app
https://www.sololearn.com/discuss/1325165/?ref=app
https://www.sololearn.com/discuss/2074453/?ref=app
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
+ 4
you can use only images on the web. i believe you're referring to a html file in which you want to display an image when you open it with your browser/sololearn run code option:
image src: https://www.python.org/static/opengraph-icon-200x200.png
example in your html code:
<img src="https://www.python.org/static/opengraph-icon-200x200.png"/>
+ 4
Upload you image to imgbb.com or any other repository, then use the link generated by the service as the src of your <img>