Play Horse sound with controls


SUBMITTED BY: lakben

DATE: July 13, 2017, 7:54 p.m.

FORMAT: HTML

SIZE: 222 Bytes

HITS: 4032

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <audio controls>
  5. <source src="horse.ogg" type="audio/ogg">
  6. <source src="horse.mp3" type="audio/mpeg">
  7. Your browser does not support the audio element.
  8. </audio>
  9. </body>
  10. </html>

comments powered by Disqus