How can I Play an Audio File Using HTML

Below is an example of an audio file displayed through the HTML <audio> tag:

The HTML code to display the audio file above is shown below:

If you want the audio file to play automatically once the page uploads,
the HTML code is shown below.