0
how do you create or insert a gif
4 Antworten
+ 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>
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>
0
This is the code
<img src="myanimatedimg.gif" >
0
creation how???