HTML קוד:
<marquee behavior="scroll" direction="down" scrollamount="6" id="marquee">
טקסט נגלל
</marquee>
<span style="cursor:hand;cursor:pointer;" OnClick="document.getElementById('marquee').stop();">עצור</span>
<span style="cursor:hand;cursor:pointer;" OnClick="document.getElementById('marquee').start();">התחל</span>
אמור לעבוד
