+ 2
How do i insert an image located on my desktop onto the html document im creating
5 Respuestas
+ 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.
+ 3
Upload the image to imgur, they hava you a link to use this
+ 2
Worked👍
0
Thanks for the links
0
Ive done it but it give a broken image on the page