Marquee Tag Stop or Start

SEOSIKHO 22:02:00
Marquee Tag Stop or Start

1   Open Notepad and Paste the code.

<!DOCTYPE html >
<html>
<body>
<marquee onmouseover="this.stop();" onmouseout="this.start();">Go on... hover over me!</marquee>
</body>
</html>


Save as file marquee.html

Output:


Go on... hover over me! 


Share this

Related Posts

Previous
Next Post »