Skip to content

Instantly share code, notes, and snippets.

@devdays
Last active August 29, 2015 14:10
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/dd8471fd6a37eb541358 to your computer and use it in GitHub Desktop.
Save devdays/dd8471fd6a37eb541358 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. But you should be
able to see it at http://www.pdcomedy.com/
Popeye for President is in the public domain.
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment