0
How to add images in sololearn?
Hello, does anyone know how I can add an image in the html code in sololearn?
2 odpowiedzi
+ 1
it will help you:
do same as in this code ,
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
For example code:
<img src="https://i.ibb.co/YXFKSJm/IMG-20200526-171618.jpg" alt="youtube" height="24%" width="12%" />
0
<img src='IMAGE SOURCE' alt='alt text'>