HTML Marquee direction attribute
The Marquee direction attribute in HTML is used to set the direction of scrolling. The default direction of scrolling is left. Possible values are up, down, left, and right. Note: This attribute is depreciated from HTML5. Syntax:Â <marquee direction= up | down | left | right> Attribute Value :