Efek 1
<MARQUEE align="center" direction="right" height="200" scrollamount="2" width="30%">
Exploration
</MARQUEE>
Hasilnya :
Efek 2
<MARQUEE align="center" direction="left" height="200" scrollamount="3" width="70%" behavior="alternate">
Exploration
</MARQUEE>
Hasilnya :
Efek 3
<div align="left"><FONT FACE="georgia" color="White"><B><MARQUEE BGCOLOR="RED" width="70%" scrollamount="3" behavior="alternate">
Exploration
</MARQUEE></b></FONT></div>
Hasilnya :
Efek 4
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="50%" height="200" align="center">
Exploration
</marquee>
Hasilnya :
Efek 5
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="100%" height="100" align="center">
<a href="
http://www.3xploration.co.cc
" target="new">Adventure</a><br/>
<a href="http://www.3xploration.co.cc" target="new">Exploration</a><br/>
<a href="
http://www.3xploration.co.cc
" target="new">Tips Blogger</a><br/>
</marquee>
Hasilnya :
Efek 6
<font face="arial" color="black" size="4"><marquee direction="right" behavior="alternate" direction="right" scrollamount="2" height="20px" scrolldelay="10" bgcolor="orange" width="450px">
Exploration</marquee></font>
Hasilnya :
Efek 7
<font face="verdana" color="yellow" size="4"><marquee direction="up" behavior="alternate" scrollamount="2" height="100px" scrolldelay="10" bgcolor="green" width="450px">Exploration</marquee></font>Hasilnya:
Efek 8
<font face="times" color="green" size="4"><marquee direction="right" behavior="scroll" scrollamount="3" height="20px" scrolldelay="10" bgcolor="yellow" width="100%">Exploration</marquee></font>Hasilnya :
Efek 9
<font face="comic sans ms" color="orange" size="4"><marquee scrolldelay="10" behavior="alternate" direction="up" width="450px" scrollamount="2" height="100px" bgcolor="black"><marquee scrolldelay="10" behavior="alternate" direction="left" scrollamount="2">Exploration</marquee></marquee></font>
Hasilnya :
Efek 10
<font face="arial black" color="green" size="4"><marquee behavior="alternate" direction="up" onmouseover="this.stop()" width="450" height="100" onmouseout="this.start()" bgcolor="blue">Exploration</marquee></font>
Hasilnya :
Atau:
untuk bolak balik
a. kanan-kiri
<marquee behavior='alternate' align='center' direction='right' height='200px' onmouseout='this.start()' onmouseover='this.stop()' scrollamount='2' scrolldelay='10' width='100%'>Masukkan Teks atau script gadget disini</marquee>b. atas-bawah
<marquee behavior='alternate' align='center' direction='up' height='400px' onmouseout='this.start()' onmouseover='this.stop()' scrollamount='2' scrolldelay='10' width='100%'>Masukkan Teks atau script gadget disini</marquee>untuk yang terus/nyambung
a. dari kanan ke kiri (arah bisa diganti menjadi right)
<marquee behavior='scroll' align='center' direction='left' height='200px' onmouseout='this.start()' onmouseover='this.stop()' scrollamount='2' scrolldelay='10' width='100%'>Masukkan Teks atau script gadget disini</marquee>b. dari bawah ke atas (arah bisa diganti menjadi down)
<marquee behavior='scroll' align='center' direction='up' height='400px' onmouseout='this.start()' onmouseover='this.stop()' scrollamount='2' scrolldelay='10' width='100%'>Masukkan Teks atau script gadget disini</marquee>