Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@webapprentice
Created November 7, 2013 18:33
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 webapprentice/7359569 to your computer and use it in GitHub Desktop.
Save webapprentice/7359569 to your computer and use it in GitHub Desktop.
Use the <audio> tag to play an audio file in a web page
<audio autoplay="autoplay" controls="controls">
<source src="/assets/Doctor_Who_theme_excerpt.ogg" />
<p>Your browser does not support the audio element.</p>
</audio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment