+ 1
How do i put an image on html
I have been trying to put an image from my files on my laptop on HTML using notepad ++ and it doesn't seem to work need help
3 Answers
+ 2
it's like a @rishita said. But it should be "your-image.jpg" or another your image extension.
+ 1
Steps-
1. Put the .html or .htm file and the pictures in the same folder.
2. <img src="your image.jpg">