+ 2

How do i insert an image in html if the image is in my computer?

1st Mar 2018, 10:34 PM
Dagim Haddis
Dagim Haddis - avatar
2 Answers
+ 9
use a free image hosting service. - upload img - link img to your code
1st Mar 2018, 10:38 PM
Manual
Manual - avatar
+ 1
another way : you can make a folder in your project . the name of that folder must be image and put it all images you want to use from your computer . then drag the image you want to use in html page .it will be a link for each image . <img src="drag your image">
1st Mar 2018, 10:57 PM
sarah
sarah - avatar