Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created February 23, 2014 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhishekGhosh/9173588 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/9173588 to your computer and use it in GitHub Desktop.
HTML5 Audio Default
<audio controls>
<source src="/path/to/example.ogg" type="audio/ogg">
<source src="/path/to/example.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
@AbhishekGhosh
Copy link
Author

See changelong for The Customize Windows Changelog here.

This is gist is created by Abhishek Ghosh for the blog article HTML5 Audio Tag and Embedding MP3 in WordPress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment