I'm trying to make a stopwatch in Javascript and HTML. I got all the buttons and the stopwatch itself working but there is just one thing I can't understand how to do. When I press the lap button I wan't to print the laptime in a new paragraph in my HTML document.
So if I press the lap button I want the time to show up in a list under and if I press it again I want it to show up under the last time and so on. But I can't just understand how to do.
I'm glad for all the help!
//Villevillekulla