6677

Amir's Lab

Mar 11th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Audiomatic</title>
  5.     </head>
  6.     <body>
  7.         <audio controls>
  8.             <source src="InceptionOfTheEnd.mp3" type="audio/mpeg">
  9.             Your browser does not support this audio format.
  10.         </audio>
  11.         <video width="320" height="240" controls>
  12.             <source src="WreckItRalph.mp4" type="video/mp4" />
  13.             Your browser does not support the video tag.
  14.         </video><!--Browser unsupported text only appears if the browser cannot display the video/audio-->
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment