In this HTML page, we've created one potentially interactive element: a button.
There's also an invisible audio element.
Both of those have been given an ID attribute so that we can refer to them in JavaScript.

[This is a place to give the user some feedback.]

All of the other attributes of the button element and the audio element
are set via JavaScript in the script file.