How to attach an image to html document? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

20th Apr 2020, 1:26 PM
KETHA SRAVANI
KETHA SRAVANI - avatar
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
20th Apr 2020, 1:35 PM
Jayakrishna 🇮🇳
0
Use img tag example : <img src='image.png'>
20th Apr 2020, 1:28 PM
Prince