gifs for html code example
Example 1: gif in html
<!--IMG tag is used for gif-->
<img src="demo.gif">
Example 2: html how to play gifs
<img src="http://i.stack.imgur.com/SBv4T.gif" alt="this slowpoke moves" width="250" />
<!--IMG tag is used for gif-->
<img src="demo.gif">
<img src="http://i.stack.imgur.com/SBv4T.gif" alt="this slowpoke moves" width="250" />