0
How to add img in my html code by using img tag .as I don't know path of that image
as I don't know path of that image
5 Answers
+ 1
Go to any image of your choice copy the link of the image, create a new folder
on your android or pc paste the image link to the new folder go back to your html pad write <img src="example.jpg" > and save it with your html pad using example.html click output and see the image
+ 1
Dont understand? Go to www.imgbb.com create account and they will guide you
+ 1
<img src=" newfolder/image.png" alt=" "/>
you have to write the whole path of your image if it is on your devise folders
but it is good to use url online images
0
<img src="image link" />
Can you show, your code how you are trying to add?
ex:
you can see a web code in my profile.
https://code.sololearn.com/W4sS2s4sYpj7/?ref=app
0
https://www.sololearn.com/post/10362/?ref=app
https://www.sololearn.com/post/459751/?ref=app
https://www.sololearn.com/Discuss/2281884/?ref=app
https://www.sololearn.com/Discuss/2390690/?ref=app