0
How can i add an image??
3 Answers
+ 6
IF it's on pc save image file as name.png or other then use the
<img src="name.png"/> then it will appear
but in sololearn replace the value "name.png" by others link values like
<img src="https://.............../"> then doneâ
+ 1
Here is a really example how it can be done with the pictures and more on the Playground:
https://code.sololearn.com/WSLZPpBIFgr7/?ref=app