Source: http://www.html.am/html-generators/marquee-generator.cfm
This is just HTML, use the class for styling if needed.
<marquee class="hws-marquee" direction="left" scrollamount="2" behavior="scroll">This is your text</marquee>Code language: HTML, XML (xml)
- Direction: left, right, up, down
- Scrollamount: 1 ~100 (= slow ~fast)
- behaviour: scroll, alternate (=bounce)