how to add gif to website html code example
Example 1: gif in html
<!--IMG tag is used for gif-->
<img src="demo.gif">
Example 2: how to add a gif to your website
It's Basically Just the same thing as adding a normaal Picture.
<img src="gif link">