Created
August 29, 2018 17:12
-
-
Save aarongustafson/2c48467df54ccf3cfa7e68f05ce90f61 to your computer and use it in GitHub Desktop.
Audio with fallback for A List Apart
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
<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