+ 6
I have a pic on my pc how do i insert it in a html code
I have a pic on my pc how do i insert it in a html code
2 ответов
+ 4
Hey :)
If you open the html file from your computer put the image in the same directory as the html. Than in your code <img src="yourImage.jpg"/>.
If your html file is somewhere on the cloud you can upload the image to a free host like this: https://imgur.com. Then get the address of your image from the website and to put it as the src attribute.
Hope it helps
+ 3
thank you very much