+ 2
How do i insert an image in html if the image is in my computer?
2 Respostas
+ 9
use a free image hosting service.
- upload img
- link img to your code
+ 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">