Filter (Advanced Search)
Downloads
4
Views
252
Video

Animated Images | Images

Details

Animated images is for any media containing a rapid display of a sequence of images of 2-D or 3-D artwork or model positions in order to create an illusion of movement. The most common method of presenting animation is as a motion picture or video program.

 

HTML allows moving images:


<!DOCTYPE html>
<html>
<head>
<title>Animated Images</title>
</head>
<body>

<h2>Animated Images</h2>

<img src="/images/welcome_school.gif" width="200" alt="Students">

<img src="/images/kitten.gif" width="200" alt="Kitten">

<img src="https://gssskhokhar.com/images/welcome_school.gif" width="200" alt="Students">

</body>
</html>


Output


Ad