HTML marquee direction

Description: This attribute indicates which direction the marquee scrolls.

1. Left
2. Right
3. Up
4. Down

Example
Left

<marquee direction=left>hi I am going in left</marquee>

hi I am going in left
Right

<marquee direction=right>hi I am going in right</marquee>

hi I am going in right
Up

<marquee direction=up>hi I am going in Up</marquee>

hi I am going in up
Down

<marquee direction=down>hi I am going in down</marquee>

hi I am going in down
 
Next: Height

Marquee Tag Attribute
÷ Behavior
÷ Bgcolor
÷ Direction
÷ Height
÷ Hspace
÷ Loop
÷ Scrollamount
÷ Scrolldelay
÷ Vspace
÷ Width
÷ Start()
÷ Stop()