0
how i can add images in html??
tried <img src="image.jpeg> but still its coming as small x mark instead of real image please help!!
3 odpowiedzi
+ 1
move or copy the image to your HTML folder, and also.. be sure of the file type of the image that is jpg or jpeg
+ 1
You forgot a double quote: <img src="image.jpeg">
Also, make sure that your image is in the same folder as your html file and that its name is image.jpeg (if not, modify the src).
0
did mate still no joy hard luck..!! can you tell me why this is happening??