You are here: HTML > Weird Tags > <MARQUEE ...>
Attribute for <MARQUEE ...>
DIRECTION =LEFT |RIGHT
DIRECTION indicates which direction the marquee scrolls.
DIRECTION=LEFT, which is the default, indicates that the marquee starts at the right and moves leftwards across the page.
DIRECTION=RIGHT indicates that the marquee starts at the left and moves rightwards across the page.
| this code |
produces this |
|
<MARQUEe DIRECTION=LEFT>
|
|
|
<MARQUEe DIRECTION=RIGHT>
|
|
<MARQUEE BEHAVIOR="..."> >>>
|