HTML marquee
Upward/Vertical scrolling
<marquee behavior=”scroll” direction=”up”>Upward/Vertical scrolling text </marquee>
Slow Scrolling
<marquee behavior=”scroll” direction=”left” scrollamount=”1″>Slow scroll speed</marquee>
Fast Scrolling
<marquee behavior=”scroll” direction=”left” scrollamount=”20″>Fast scroll speed</marquee>