0
Can we only add .jpg images in html using <img>?
In examples in SoloLearn only .Jpg are there. Any help would be appreciated.
2 Antworten
+ 5
While relative to the format supported by the specific browser, common image formats such as jpeg/jpg, gif, png, bmp, ico and more, should work. E.g. Firefox:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
0
Thanks Hatsy Rei