CSc 050: Animated GIF Gallery - Pictures that move!
There's a lot of them out there, so we combed the web to find some of the
cooler ones. To put one in your own web page, use the same procedure you
learned in class. Right-click on the image and a menu will
appear by which you can save the image to your local computer.
Then you can use the <IMG> tag to put it in your own page. Example:
save it as "pic.gif" and then in your HTML file, putting
<IMG SRC="pic.gif"> will place the image in your own page. Enjoy!
How it works
For those interested, animated GIFs work on a neat little trick. The
GIF image format called GIF89a has the ability
to contain multiple images in one file. An animated GIF is just a file which
shows these multiple images in rapid succession (like those flip books you'd
make as a kid.) This gives the illusion of animation.
Back to Tutorial Index