how do you create or insert a gif | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do you create or insert a gif

31st Oct 2016, 12:32 PM
james z phiri
james z phiri - avatar
4 Answers
+ 1
<img src="your image name.gif"alt=""> example code..... <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="http://www.thisiscolossal.com/wp-content/uploads/2013/01/3.gif"alt=""> </body> </html>
31st Oct 2016, 12:55 PM
Aung Aung
Aung Aung - avatar
0
Here is the example that will help you inserting a gif in html. <!DOCTYPE html> <html> <body> <h2>Spectacular Mountain</h2> <img src="pic_mountain.jpg" alt="Mountain View"style="width:304px;height:228px;"> </body> </html>
31st Oct 2016, 12:48 PM
Shovan Lal Saha
Shovan Lal Saha - avatar
0
This is the code <img src="myanimatedimg.gif" >
1st Nov 2016, 1:17 AM
Driss Baidou
Driss Baidou - avatar
0
creation how???
1st Nov 2016, 4:46 AM
unais
unais - avatar