I used the new audio tag in HTML5 to create an MP3 player below.
Then I used JavaScript to add seperate buttons to control the MP3 player. You can play, pause, or stop the audio. You can also adjust the volume, and you can use the slider to jump to a different time. The phrase "Time Elapsed" will appear when you press the play button. When you press pause, the "Time Elapsed" will stop, and it will continue from where it is when you press play again. If you press stop and then play, the "Time Elapsed" will start over from the beginning.