Table of Contents
An animated GIF file is nothing more than a series of pictures. The computer cycles through the list showing each picture for a short period of time. If your pictures are sequenced and timed properly, the "image" will appear to move.
<CENTER><IMG SRC="pic2-1.gif"></CENTER>
<MARQUEE ALIGN=bottom BEHAVIOR=scroll BGCOLOR=blue DIRECTION=left HEIGHT=20% HSPACE=10% LOOP=infinite SCROLLAMOUNT=5 SCROLLDELAY=1 VSPACE=5 WIDTH=90% > Welcome to the WEB PAGE DESIGN HTML TUTORIAL! </MARQUEE>
<MARQUEE DIRECTION=LEFT BEHAVIOR=SCROLL SCROLLAMOUNT=10 SCROLLDELAY=200> This is a scrolling marquee. </MARQUEE>
On the world map, make a selection . . .<br> <ul> <li>Click on North America and go to test1.htm <li>Click on South America and go to test1.htm <li>Click on Africa and go to test2.htm <li>Click on Asia and go to test2.htm <li>Click on Australia and go to test1.htm </ul> <!- The map is 472 pixels wide (X) and 271 pixels high (Y) -> <MAP NAME="map1"> <!- click on North America and go to ann.htm -> <AREA SHAPE="CIRCLE" COORDS="100, 120, 70" HREF="test1.htm""> <AREA SHAPE="CIRCLE" COORDS="150, 215, 70" HREF="test1.htm"> <AREA SHAPE="CIRCLE" COORDS="250, 180, 70" HREF="test2.htm"> <AREA SHAPE="CIRCLE" COORDS="330, 108, 80" HREF="test2.htm"> <AREA SHAPE="CIRCLE" COORDS="405, 225, 40" HREF="test1.htm"> </MAP> <IMG BORDER=0 SRC="world.gif" USEMAP="#map1">