+ 1
Why Img tag can't open in this file. Anybody here who slove this problem. I'm new in this htlm learning
7 ответов
+ 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.
+ 1
Thanks bro
+ 1
Thanks a lot for your help
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
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.
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/>
0
🙏🙏
My pleasure.😊