Prev Demo
Start And Stop The Marquee
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <p style="font-size:30px"> start and stop the scroll</p> <marquee id='scroll_news2' style="color: white" bgcolor="green">TechFunda DotNetfunda ItFunda </marquee> <input type=button onclick="document.getElementById('scroll_news2').start();" value='Start Scrolling'> <input type=button onclick="document.getElementById('scroll_news2').stop();" value='Stop Scrolling'> </body> </html>
Note: We DO NOT save your trial code in our database.
Output