Pls how do i insert a picture on my storage media into my codes through this application (solo learn). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

29th May 2020, 4:56 PM
Ologunye Emmanuel
Ologunye Emmanuel - avatar
3 Answers
+ 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"/>
29th May 2020, 4:59 PM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 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>
29th May 2020, 5:28 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar