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!!

14th Oct 2016, 10:50 AM
Shiladitya Dey
3 Answers
+ 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
14th Oct 2016, 11:01 AM
Nwafor Chinonso
Nwafor Chinonso - avatar
+ 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).
14th Oct 2016, 11:09 AM
Zen
Zen - avatar
0
did mate still no joy hard luck..!! can you tell me why this is happening??
14th Oct 2016, 11:15 AM
Shiladitya Dey