Skip to content

Instantly share code, notes, and snippets.

@devdays
Last active August 29, 2015 14:10
Embed
What would you like to do?
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