HTML Marquees, scrollers and more.
Generate a marquee right now!
<MARQUEE ...>
Attributes:
|
|
The marquee tag has often been overused by beginning coders who like to show off their HTML prowess by overusing every kind of fancy tag they can conjure up and in the early days of the web, the marquee tag was overused almost as much as the <blink> tag to the irritation of many. Microsoft even stopped supporting the <blink> tag, so that the simple HTML for blinking text now does not work in IE! (There is a way to do it with javascript that works in all browsers if you really must!)
The basic use of <MARQUEE ...> is simple. Put most any kind of markup between <MARQUEE> and </MARQUEE>.
A basic marquee is coded like this:
| Code: | <marquee>Scrolling text</marquee> |
| Display: | Scrolling text |