Javatpoint Logo
Javatpoint Logo

HTML Stopwatch

We will understand the HTML stopwatch in this article.

Stopwatch

It is a special kind of watch with a hand or a digital screen that consists of a start button, stop button and reset button. It calculates how much time something will require to complete such as time to cover the distance of 30 miles per hour. It is used to measure the accurate time.

We can make a stopwatch with the help of HTML, CSS and JavaScript.

Demonstration for creating a stopwatch:

We will construct a stopwatch utilizing HTML, CSS and JavaScript.

Code:

Description:

Constructing a user interface for the stopwatch utilizing HTML

First of all, we have created the <div> element with the class of stopwatch-container that consists of two <div> elements. The first <div> element with id as time consists of time elements which are hours, minutes, seconds and milliseconds. The second <div> element with id as buttons consists of three buttons which are the start button, the stop button and the reset button. The start button is used to start the stopwatch, the stop button is used to stop the stopwatch and the reset button is used to reset the time of the stopwatch.

Styling the stopwatch utilizing CSS

We have styled the stopwatch to make it look attractive with the help of the CSS properties such as background-color, font-family, margin, padding, font-size, color, text-align, width, height, etc.

Adding the functionality utilizing JavaScript

We have added onclick functionality to the start button, stop button and reset button. We have activated the start, stop and reset button for activating the stopwatch. We have utilized the addEventListener to call the function when the button is clicked.

We have created functions that consist of logical code for adding value to hours, minutes, seconds and milliseconds.

Output:

We can witness a stopwatch in the output provided downwards:

HTML Stopwatch

Conclusion:

We have understood the HTML stopwatch in this article. We have comprehend how to construct a stopwatch with the help of HTML, CSS and JavaScript.


Next TopicHTML Subheader





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA