Syntax
<MARQUEE>...</MARQUEE>
Attribute Specifications
NAME=CDATA (name of frame)
DIRECTION=[ up | down | left | right ] (frame alignment)
WIDTH=Length (frame width)
HEIGHT=Length (frame height)
ALIGN=[ top | middle | bottom | left | right ] (frame alignment)
FRAMEBORDER=[ 1 | 0 ] (frame border)
MARGINWIDTH=Pixels (margin width)
MARGINHEIGHT=Pixels (margin height)
SCROLLING=[ yes | no | auto ] (ability to scroll)
core attributes
Contents:
Inline elements, Block-level elements
Contained in:
Inline elements, Block-level elements
<marquee direction="up" MARGINHEIGHT=30 MARGINWIDTH=6 HEIGHT=50>This is an example</marquee>
would produce:and
<marquee direction="down" MARGINHEIGHT=30 MARGINWIDTH=6 HEIGHT=50>This is an example</marquee>
would produce:and
<marquee direction="left" MARGINHEIGHT=30 MARGINWIDTH=6 HEIGHT=15>This is an example</marquee>
would produce:and
<marquee direction="right" MARGINHEIGHT=30 MARGINWIDTH=6 HEIGHT=15>This is an example</marquee>
would produce: