I've saved an audio file orignally MP3 now changed to Ogg Vorbis. In the code I've written it as shown:
<audio>
<source
src="Sitepoint/eating-juicy-meat-7024.ogg" type="audio/ogg">
</audio>
Now the acutal audio image/player shows on my webpage. However, the actual audio file when clicked on play does not work.
Can anyone help as to where I went wrong?
Link to content: A Beginner's Guide to Learning HTML5 - Section 9