336736-1b.html (279B)
1 <html> 2 <body> 3 <!-- The "alternate" behavior is necessary for the 4 marquee text to start out on the screen. --> 5 <marquee 6 direction="right" 7 scrollamount="0" 8 behavior="alternate" 9 > 10 <div style="background: green; width: 50px"> </div> 11 </marquee> 12 </body> 13 </html>