Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 1, 2014 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/b4eb914f6fd7d99f36f5 to your computer and use it in GitHub Desktop.
Save devdays/b4eb914f6fd7d99f36f5 to your computer and use it in GitHub Desktop.
Multimedia HTML5 Video
<!DOCTYPE html>
<html>
<head>
<title>Popeye for President</title>
</head>
<body>
<video width="320" height="240" controls>
<source src="video/PopeyeForPresident_qtp.mp4" type="video/mp4">
<source src="video/PopeyeForPresident_qtp.ogv" type="video/ogg">
Your browser does not support HTML5 MPG4 video.
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment