Tulisan berjalan
 <marquee behavior="scroll">Tulisan berjalan</marquee>


Tulisan berjalan dengan gambar
 <marquee behavior="scroll">
<img src="images/em1.gif" width="110" height="84"><br />Dengan gambar
</marquee>

Tulisan berjalan keatas
<marquee height="30" behavior="scroll" direction="up">Tulisan berjalan ketas</marquee>

Tulisan berjalan zig-zag
<marquee behavior="alternate" direction="up" height="50px">
<marquee direction="right">Zig-zag</marquee>
</marquee>
 

Bouncing Arround
 <marquee behavior="alternate" direction="up" width="300" height="100">
<marquee direction="right" behavior="alternate">Bouncing around</marquee>
</marquee>

 
Tulisan berjalan ke kanan
 <marquee behavior="scroll" direction="right">Tulisan berjalan kekanan</marquee>

 
Tulisan berjalan dengan background
 <marquee bgcolor="grey" style="color:white;">Tulisan berjalan dengan background.</marquee>

 
Tulisan memantul
 <marquee width="200" behavior="alternate">Tulisan mantul</marquee>