Kode HTML :
<marquee height="30" behavior="scroll" direction="up">Tulisan berjalan ketas</marquee>
Contoh :
Kode HTML :
<marquee align="center" direction="up" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()" width="95%" height="100"><span style="color: rgb(0, 255, 0); font-weight: bold;">Bergerak Ke Atas</span></marquee>
Bergerak Ke Atas-Bawah :
Kode HTML :
<marquee align="center" direction="up" behavior="alternate" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()" width="95%" height="100"><span style="color: rgb(255, 0, 255); font-weight: bold;">Bergerak Ke Atas dan Ke bawah</span></marquee>