0

How to add images in sololearn?

Hello, does anyone know how I can add an image in the html code in sololearn?

26th May 2020, 7:12 PM
CĂ©sar David Morales AzĂłcar
CĂ©sar David Morales AzĂłcar - avatar
2 Answers
+ 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%" />
26th May 2020, 7:23 PM
Blokhin Roman
Blokhin Roman - avatar
0
<img src='IMAGE SOURCE' alt='alt text'>
26th May 2020, 8:05 PM
njay
njay - avatar