+ 2
How do I display a gif file in HTML?
I have been having trouble finding out
3 Antworten
+ 3
Hello, Xave Clayton !
<img src="path/image.gif" alt='Gif"/>
Try using the following value. By the way, see the list of supported formats for the img tag
https://developer.mozilla.org/en/HTML/element/img
+ 2
Same way you display a jpg or png.
+ 1
thx