For this task i have created create a HTML page with a functional stopwatch. The stopwatch must have the following features:
- Time display: The current elapsed time in the following format 00:00:00:00 (hours, minutes, seconds, centiseconds)
- Start button: A button to start or continue a timer.
- Pause button: A button to pause the running timer.
- Reset button: A button to reset the timer to zero.
- Lap button: A button to write the time to a list/table of laps (this would not pause the timer). The results should be shown on screen.