Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

#countdowntimer

  1. tejask04

    HTML I want to add a gif after the end of countdown timer....

    The code:- <!-- Display the countdown timer in an element --> <p id="demo"></p> <script> // Set the date we're counting down to var countDownDate = new Date("Jan 5, 2022 15:37:25").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get today's...
Back
Top Bottom