Answers for "how to put a gif on html website"

4

gif in html

<!--IMG tag is used for gif-->
<img src="demo.gif">
Posted by: Guest on May-31-2021
1

how to add a gif to your website

It's Basically Just the same thing as adding a normaal Picture.
<img src="gif link">
Posted by: Guest on April-05-2021

Code answers related to "how to put a gif on html website"

Browse Popular Code Answers by Language