<marquee> Description:
The <marquee></marquee> tag creates a scrolling text marquee.
This tag is not part of the XHTML specification, but most modern browsers support it.
<marquee> Web Browser Support:
- Netscape 7
- Mozilla 1
- Firefox 1
- Internet Explorer 2, 3, 4, 5, 6
- Opera 6, 7, 8
- Safari 1
- WebTV / MSNTV
<marquee> Attributes:
- align (optional)
- behavior (optional)
- bgcolor (optional)
- dir (optional)
- height (optional)
- hspace (optional)
- loop (optional)
- scrollamount (optional)
- scrolldelay (optional)
- transparency (optional)
- vspace (optional)
- width (optional)
<marquee> End Tag:
</marquee> REQUIRED<marquee> Contents:
Usually any HTML text that you want to specify a style for. The following tags are valid within the <marquee> tag:
a, abbr, acronym, applet, b, basefont, bdo, big, br, button, cite, code, dfn, em, font, i, iframe, img, input, kbd, label, map, object, q, s, samp, script, select, small, span, strike, strong, sub, sup, textarea, tt, u, var
<marquee> Valid Context:
The <marquee> tag is valid within the following tags:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noframes, noscript, object, p, q, s, samp, small, span, strike, STORNG, sub, sup, td, th, tt, u, var
<marquee> Usage:
- a simple marquee
<marquee>This text scrolls</marquee>
- A delayed marquee
<marquee scrolldelay="500" width="200">This text scrolls every half second</marquee>
<marquee> Special Notes:
- Like the blink tag, this tag can be hard for people to read and annoy others.

