Skip to content

Instantly share code, notes, and snippets.

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 aarongustafson/2c48467df54ccf3cfa7e68f05ce90f61 to your computer and use it in GitHub Desktop.
Save aarongustafson/2c48467df54ccf3cfa7e68f05ce90f61 to your computer and use it in GitHub Desktop.
Audio with fallback for A List Apart
<figure id="">
<audio controls>
<source src="http://alistapart.com/d/misc-images/comment-edit.mp3" type="audio/mp3">
<source src="http://alistapart.com/d/misc-images/comment-edit.ogg" type="audio/ogg">
<!-- fall back to a simple image -->
<p>Your browser doesn't support HTML5 audio, but you can <a href="http://alistapart.com/d/misc-images/comment-edit.mp3">download the MP3</a> instead.</p>
</audio>
<figcaption>Description of the audio file.</figcaption>
</figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment