1 2 3 4 5 6 7
<html> <body> <marquee scrollamount="0" style="height: 50px; background-color: lime;"> <div style="width: 9999px;"> </div> </marquee> </body> </html>