+ 1
How to attach an image to html document?
I can't attach an img in the html document. So give me suggestions to attach the image.
2 Answers
0
Ex:
<img src="http://images.freeimages.com/images/large-previews/b3d/flowers-1375316.jpg" width="200" height="200"/>
Edit:
And for some other useful info, you can find from these links..
Use search bar for more information..
https://www.sololearn.com/Discuss/2246231/?ref=app
https://www.sololearn.com/Discuss/2243889/?ref=app
0
Use img tag example : <img src='image.png'>