Ahya

Untitled

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