Audio elements may not be edited, have buttons added, or anything. They can exist, or not exist. Controls may be omitted, making them invisible.
This is an audio element. It has the id player1.
What do you think document.getElementById('player1') does ?
This is another audio element. It has the id player2.
What do you think document.getElementById('player2') does ?
This audio element has the id "player3".
IT HAS NEVER HEARD OF JAVASCRIPT. IT DOESN'T KNOW WHAT IT IS.
BUT javascript CAN access it, to control it. How would we access an element using its id? Hint hint ^.
This one is called "player4". Note that "controls" have been omitted, so it is not visible. However - it exists, and can still be played.