Continuous scrolling text:
<marquee behavior="scroll" direction="left">Your scrolling text goes here</marquee>
<marquee behavior="alternate">Your bouncing text goes here</marquee>
<marquee behavior="scroll" direction="up">Your upward scrolling text goes here</marquee>
<marquee behavior="scroll" direction="left" scrollamount="1">Slow scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="10">Medium scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="20">Fast scroll speed</marquee>
untuk arah keatas direction="up"
untuk arah kebawah direction="down"
untuk arah ke kiri direction="left"
untuk arah ke kanan direction="right"
<marquee behavior="alternate" direction="up" width="300" height="100"> <marquee direction="right" behavior="alternate">contoh teks</marquee> </marquee>