perlu ada yang di korbankan jika kita ingin lebih baik

marquee code


Continuous scrolling text:



<marquee behavior="scroll" direction="left">Your scrolling text goes here</marquee>

Your scrolling text goes here

<marquee behavior="alternate">Your bouncing text goes here</marquee>

Your bouncing text goes here

<marquee  behavior="scroll" direction="up">Your upward scrolling text goes here</marquee>

Your upward scrolling text goes here

<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>

Slow scroll speed Medium scroll speed Fast scroll speed




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>

contoh teks