Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created February 23, 2014 16:27
Show Gist options
  • Select an option

  • Save AbhishekGhosh/9173588 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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