+ 2
How I can add amag in this programme <img src="#" />
where is folder for add img
4 Answers
+ 15
that # tag is the path...
<img src="folder/image.jpeg" />
For more 👇
Go through @Erik Johanson's answer here:
https://www.sololearn.com/Discuss/624265/?ref=app
+ 14
In
<body>
<img src="path/image.jpeg" />
</body>
or
u can use it in list<li>...</li>, table cell <td>...</td>
or
u can use it in background in css
wherever u like to use...
+ 2
where i add img
+ 1
thanks