Consider a simple `HTML5 audio player as (live example)
<audio controls>
<source src="https://hpr.dogphilosophy.net/test/flac.flac" type="audio/flac">
</audio>
<br />
<dic class="capture">
Click here to get the current played time (elapsed time)
</dic>
Can we create a javascript event to catch the elapsed time of the playing audio by clicking on an HTML element?