Here you will learn about the "Blink" HTML tag.  This tag is unique to Netscape browsers in that only Netscape recognizes it.  When placed correctly, this tag can make text, images, and tables blink on and off.  This tag needs a closing tag to complete it.

<center>
<blink>
<img src="(your image filename)" border="0">
</blink>
</center>

Notice that the "Blink" tags are placed directly before and after the image tag.  This will ensure that the image and only the image blinks on and off.  What ever is contained in between these open and close tags will end up flashing on the Netscape browser.  (Note:  Only 27% of internet surfers use Netscape.)  So, be careful and have fun!