Advertisement
Guest User

Untitled

a guest
Sep 16th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <body>
  4.  
  5. <video width="320" height="240" controls="controls">
  6. <source src="movie.mp4" type="video/mp4" />
  7. <source src="movie.ogg" type="video/ogg" />
  8. <source src="movie.webm" type="video/webm" />
  9. Your browser does not support the video tag.
  10. </video>
  11.  
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement