Advertisement
anaswae

Menambah Audio Di HTML

Mar 22nd, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Menambah Audio Di HTML
  2.  
  3. <header class="header">
  4. </script>
  5. <audio controls autoplay>
  6. <source src="horse.ogg" type="audio/ogg">
  7. <source src="music.mp3" type="audio/mpeg">
  8. </audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement