Created
February 23, 2014 16:27
-
-
Save AbhishekGhosh/9173588 to your computer and use it in GitHub Desktop.
HTML5 Audio Default
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.