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:
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:
1 comments:
commentspanu
Reply