scrolling text in html code example
Example 1: html marquee
<marquee scrolldirection="left">Your text here</marquee>
Example 2: scrolling text html
<marquee behavior="scroll" direction="left"><p style="color:blue"><font size="+7">Scrolls from right to left.</marquee></p>