How to add animated GIF image to HTML page

1 Answer

0 votes
<!DOCTYPE html>
<html>
    <body>

        <img src="http://www.reactiongifs.com/wp-content/uploads/2013/07/running.gif"
             alt="animated GIFs"
             width="250" height="250"">

    </body>
</html>

 



answered Dec 10, 2018 by avibootz

Related questions

1 answer 232 views
1 answer 289 views
289 views asked Dec 10, 2018 by avibootz
1 answer 220 views
220 views asked Dec 10, 2018 by avibootz
2 answers 352 views
1 answer 239 views
1 answer 248 views
...