HTML marquee start

Description: start() function is used to start the marquee


Example

<marquee id=marq>Run me again</marquee>
<br />
<input type="button" onclick="marq.start()" value="Run">
<input type="button" onclick="marq.stop()" value="Stop">


Run me again

 
Next: Stop()

Marquee Tag Attribute
÷ Behavior
÷ Bgcolor
÷ Direction
÷ Height
÷ Hspace
÷ Loop
÷ Scrollamount
÷ Scrolldelay
÷ Vspace
÷ Width
÷ Start()
÷ Stop()