Why Img tag can't open in this file. Anybody here who slove this problem. I'm new in this htlm learning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why Img tag can't open in this file. Anybody here who slove this problem. I'm new in this htlm learning

16th Sep 2020, 5:40 PM
Mahmud Ibne Mizan
Mahmud Ibne Mizan - avatar
7 Answers
+ 2
you can try 2 things 1: enter the full path of image in src 2: save the image, open in Photoshop and save it again as JPG.. and try it.
16th Sep 2020, 5:46 PM
KRITI
KRITI - avatar
+ 1
Thanks bro
16th Sep 2020, 6:22 PM
Mahmud Ibne Mizan
Mahmud Ibne Mizan - avatar
+ 1
Thanks a lot for your help
16th Sep 2020, 6:31 PM
Mahmud Ibne Mizan
Mahmud Ibne Mizan - avatar
0
But i want to save image direct from goggle not in my storage. I think i have some mistake in my htlm code. Can you plz see my code and tell my mistakes
16th Sep 2020, 6:04 PM
Mahmud Ibne Mizan
Mahmud Ibne Mizan - avatar
0
Bcz it is link of webpage containing that image not the link of image. The link of that imagevof cat is this https://cdn.pixabay.com/photo/2020/07/11/16/16/cat-5394567_1280.jpg Try it.
16th Sep 2020, 6:18 PM
Divya Mohan
Divya Mohan - avatar
0
You can add height and width as attribute to image tag for desired size of image. And syntex of img tag is <img src="..." alt="..." > Not <img src="..." alt="..." img/>
16th Sep 2020, 6:22 PM
Divya Mohan
Divya Mohan - avatar
0
🙏🙏 My pleasure.😊
16th Sep 2020, 6:35 PM
Divya Mohan
Divya Mohan - avatar