HTML5 Linking the audio files examples




Linking the audio files examples

<!DOCTYPE html>
<html>
   <head>
      <title>Linking the audio files examples</title>
   </head>
   <body>
      <p><a href="audio/sea.mp3">Track 1</a></p>
      <p><a href="audio/wind.mp3">Track 2</a></p>
   </body>
</html>

Output