Inglés
The <audio> tag of HTML5 have the power of embedding and controlling audio in your web pages with a single line of coding
I am introducing the <audio> tag in detail here with code examples
To include an audio into your web page
<audio src="/test/audio.ogg"><p>Your browser does not support the audio element.</p></audio>
The src parameter can be a URL of the audio file or the path to the file on the you computer