<marquee>TEXT</marquee>
Text sa po prechode s myšou zastaví:
<marquee onmouseout="this.start()" onmouseover="this.stop()">TEXT </marquee>
Zmena rýchlosti pohyblivého textu
<marquee scrollamount="1">TEXT</marquee>
<marquee scrollamount="30">TEXT</marquee>
Zmena smeru pohyblivého textu
<marquee direction="right">TEXT</marquee>
<marquee direction="up">TEXT</marquee>
<marquee direction="down">TEXT</marquee>
Text odrážajúci sa od strán
<marquee behavior="alternate">TEXT</marquee>
Text po skončení dráhy zastane
<marquee behavior="slide">TEXT</marquee>
TEXT
<center><marquee width=60 direction="right" behavior="alternate">>>></marquee>
TEXT<marquee width=60 direction="left" behavior="alternate"><<<</marquee></center>
TEXT
<center><marquee width=60 direction="right" >>>></marquee>
TEXT<marquee width=60 direction="left"><<<</marquee></center>