You are here: HTML > Weird Tags
<MARQUEE ...>
| Usage Recommendation |
| Use it, but don't rely on it. |
WIDTH: how wide the marquee is HEIGHT: how tall the marquee is DIRECTION: which direction the marquee should scrollBEHAVIOR: what type of scrolling SCROLLDELAY: how long to delay between each jump |   | |
<MARQUEE ...> creates a scrolling display. <MARQUEE ...> is an MSIE extension and will probably never be supported by any other browser. <MARQUEE ...> is often regarded as one of the "evil" tags, and that perception alone might be enough reason to not use it. However, used lightly and with taste (and understanding that it will never render everywhere), <MARQUEE ...> isn't such a bad tag. It can work well for announcements.
The basic use of <MARQUEE ...> is simple. Put most any kind of markup between <MARQUEE ...> and </MARQUEE>.
<MARQUEE>
Hi there!
</MARQUEE>
<MARQUEe WIDTH="20%">
Hi there!
</MARQUEE>
<MARQUEE WIDTH="..."> >>>
"Did you know you could learn about text link ads in TextLinksGuide.com?"
| |  | |
|