How do i insert an image located on my desktop onto the html document im creating | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do i insert an image located on my desktop onto the html document im creating

9th Nov 2018, 1:37 PM
Ian Kamande
Ian Kamande - avatar
5 Answers
+ 3
You can use image tag in html code : <img src="url/of/image.png" /> <img src="url/of/image.jpg" /> <img src="url/of/image.gif" /> https://www.w3schools.com/tags/tag_img.asp https://www.w3schools.com/tags/tag_img.asp https://html.com/tags/img/ https://www.w3docs.com/learn-html/html-img-tag.html Learn more by clicking on any of links above.
9th Nov 2018, 1:49 PM
Googel
Googel - avatar
+ 3
Upload the image to imgur, they hava you a link to use this
9th Nov 2018, 2:31 PM
InvBoy [ :: FEDE :: ]
InvBoy [ :: FEDE :: ] - avatar
+ 2
Worked👍
9th Nov 2018, 2:35 PM
Ian Kamande
Ian Kamande - avatar
0
Thanks for the links
9th Nov 2018, 1:54 PM
Ian Kamande
Ian Kamande - avatar
0
Ive done it but it give a broken image on the page
9th Nov 2018, 2:15 PM
Ian Kamande
Ian Kamande - avatar