Posts by c1c3ru • 17 points
2 posts
-
1
votes3
answers9296
viewsA: How to make a countdown timer with Html5+css+javascript, which at the end of the selected time tap(or run) a *.mp3
Follow the way I’ve managed... window.onload = function() { var divCronometro = document.getElementById("cronometro"); var btnIniciar = document.getElementById("iniciar"); var btnParar =…
-
-1
votes3
answers9296
viewsQ: How to make a countdown timer with Html5+css+javascript, which at the end of the selected time tap(or run) a *.mp3
I started testing with this HTML code: <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body…