Ahya

Untitled

Apr 11th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5. </head>
  6. <body>
  7.     <center>
  8.  
  9.         <!-- masukkan video pada <source src="hahaha.mp4" type="video/mp4">
  10.         masukkan nama video terserah -->
  11.  
  12.         <video id="videoku" height="700" width="700" autoplay controls loop>
  13.             <source src="hahaha.mp4" type="video/mp4">
  14.                 <span class="alert">Browser kamu tidak support vide tag</span>
  15.         </video>
  16.     </center>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment