<!DOCTYPE html>
<html>
  <head>
    <title>My Audio</title>
  </head>
  <body>
    <audio controls>
      <source src="audio.mp3" type="audio/mp3">
      <source src="audio.ogg" type="audio/ogg">
      Your browser does not support the audio element.
    </audio>
  </body>
</html>
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.