'direction' sets the scrolling direction of the text in a 'marquee' element
<HTML> <BODY> <marquee direction="right" behavior="slide" bgcolor="cyan">www.java2s.com </marquee> </BODY> </HTML>