First page Back Continue Last page Image
- Animated GIF Example Code
- <!DOCTYPE html>
- <html>
- <head>
- <title>
- My Basic Index Page
- </title>
- </head>
- <body bgcolor="#000000">
- <br /><br />
- <center>
- <img src="graphics/anieyes.gif"> <br /><br />
- <img src="graphics/eyeflash.gif"> <br /><br />
- <img src="graphics/kitty.gif"> <br /><br />
- <img src="graphics/flame.gif"> <br /><br />
- </center>
- </body>
- </html>