In this tutorial i will talk about How to Add or Insert Audio in HTML WebPage.
With the introduction of HTML5, audio tag has spread very quickly and it is very well supported by current browsers. Audio tag is used to add sound and music in the html page. At the moment the audio tag, supports 3 types of audio files:

mp3 - MIME-type audio/mpeg
wav - MIME-type audio/wav
ogg - MIME-type audio/ogg

HTML defines DOM methods, properties, and events for the audio element.

This allows you to load, play, and pause audios, as well as set duration and volume.

There are also DOM events that can notify you when an audio begins to play, is paused, etc.