Advertisement
anggagmlg

Untitled

Aug 16th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Angga Gemilang</title>
  5. </head>
  6. <body>
  7.     <p>Nella Kharisma = Jaran Goyang</p>
  8.     <audio
  9.         controls="controls" <!-- untuk tampilan audio -->
  10.          autoplay="autoplay"> <!-- Agar otomatis play -->
  11.         <source src="https://www.youtube.com/watch?v=8nA-apwq0aY" type="audio/mpeg">
  12.     </audio>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement