Advertisement
Guest User

Untitled

a guest
Nov 12th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <audio autoplay>
  6. <source src="beep.mp3" type="audio/mpeg">
  7. <source src="horse.ogg" type="audio/ogg">
  8. <source src="beep.wav" type="audio/wav">
  9. Il tuo browser non supporta l'elemento audio
  10. </audio>
  11. Audio in esecuzione
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement