Multimedia HTML5 Video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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