0
How to put image with HTML?
I know which Line if code I need , but if don't find the image
3 Respostas
+ 17
u mean how to add images in html code....
u need to upload the image to some cloud storage & generate link & paste it in src of image tag
check out the code in this thread 👇
https://www.sololearn.com/discuss/1054246/?ref=app
+ 3
https://www.sololearn.com/learn/HTML/1030/
+ 2
The code is:
<img src=“put here the link to your picture”> </im>