+ 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
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'/>
+ 2
Thank you very much, I think it could help me.
+ 1
<Img src="IMAGE_URL" />