Hello everyone, I would like to add images in my codes but I don't know how that's done. If you wanted to help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hello everyone, I would like to add images in my codes but I don't know how that's done. If you wanted to help me?

Code images

14th Mar 2018, 12:15 PM
Mouhamadou Lamine Ly
Mouhamadou Lamine Ly - avatar
5 Answers
+ 3
you can use the image tag'<img>' add the specific address of the image( ex: image.png) you can also use alt='text' to display when the image do not load <img src='image.png' alt='text'/>
14th Mar 2018, 12:26 PM
Amine Trabelsi
Amine Trabelsi - avatar
+ 2
Thank you very much, I think it could help me.
14th Mar 2018, 2:50 PM
Mouhamadou Lamine Ly
Mouhamadou Lamine Ly - avatar
+ 1
<Img src="IMAGE_URL" />
14th Mar 2018, 12:19 PM
josh mizzi
josh mizzi - avatar