HTML code – Text Controlling Tags Part 2

HTML code – Text Controlling Tags Part 2 cover image
  1. Home
  2. HTML
  3. HTML code – Text Controlling Tags Part 2

I must confess, I never wanted to write this section. I thought it would be more appropriate to include it in the Tips and Tricks section. Okay, here it is…

<MARQUEE> and <BLINK> are two browser specific tags. These tags are displayed only by some browsers and ignored by the others.

The <BLINK>

This tag is rendered ONLY by Netscape. There have been many a things said about this tag (most of them unpleasant). I feel it provides cheap thrills to a novice. Also, IE ignores this tag.

<MARQUEE>

The <MARQUEE> tag provides some animated text to the page. Unfortunately, it is supported only by Internet Explorer (and WebTV). It provides an easy way to put some dynamic text in otherwise static pages (scripting languages are another story).

It has many attributes:

I like this marquee tag, its easy, cool and gives great results. Pity it’s not supported by Netscape version 4.xx.

HTML