When Netscape first unveiled their web browser they added a unique tag that would ostensibly draw attention to an important word or phrase -- by causing it to flash on and off in the web page. Rather than working through the international W3 consortium and developing an accepted standard for this features, they just added the functionality to their web browser.
The dreaded blink tag:
<blink>Wow</blink>
is a sign that well-travelled web surfers take as "avoid this page -- the person that wrote it just learned HTML from a bubble gum wrapper."
Short of an extremely urgent reason to use it, avoid using this tag. Besides being obnoxious, it does not work on all web browsers! If you are viewing this page in NetScape, the colored text example below will "blink" visible. If you are viewing this page with Internet Explorer, you will not see any blinking text! (too bad, eh?).
is the ON THE |
If you are viewing this page with Internet Explorer, this animated GIF shows what NetScape viewers see (they get double blinked on this page, aren't they special?):
But not to be outdone, Microsoft created its own special, non-standard tag to work only in Internet Explorer
<marquee>Wow</marquee>
which takes the text inside and displays it like a ticker tape (one letter added at a time) across the page. So if are viewing this page in Internet Explorer, you would see this text march across the screen:
but if you are using a NetScape browser, nothing movies in the example above, so this animated GIF shows what Internet Explorer viewers see (they get double marqueed on this page, all is fair, eh?):
And who knows what you will see if you are using yet another web browser?
Unless you are building the sleaze row of web pages, avoid HTML tags like <blink>...</blink> and <marquee>...</marquee> that only work on specific browsers.
Stay with the standard HTML endorsed by the W3 Constortium.