With multiple players on the same page, audio in this case, but presumably the same for video, how do I make one player stop/pause when another is started manually?

This is what I'm using to create the players.

<audio style="width:500px;height:60px" controls>
* * <source src="https://PATH.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

Also, is there a use for the 'Your browser does not...' other than info for the visitor?