'direction' sets the scrolling direction of the text in a 'marquee' element : direction « Marquee Attributes « HTML / CSS






'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>  
    
      
      








Related examples in the same category