+ 2
How to put an image in coding through html
4 odpowiedzi
+ 2
For the Code Playground, you will either need to find the url to a royalty-free image, or use a file hosting service like Dropbox to upload your own content to be hosted, then use the generated url.
https://code.sololearn.com/W1HE74c6JmEX/?ref=app
+ 1
In general or for the Code Playground?
0
use <img src = "url of the image"/>
for more you can look this tutorial on solo learn
https://www.sololearn.com/learn/HTML/1030/
0
for code playground