Last active
December 17, 2015 00:19
-
-
Save achudars/5520332 to your computer and use it in GitHub Desktop.
Use of Video element in HTML5
This file contains hidden or 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
| <video controls preload> | |
| <source src="cohagenPhoneCall.ogv" type="video/ogg; codecs='vorbis, theora'" /> | |
| <source src="cohagenPhoneCall.mp4" type="video/mp4; 'codecs='avc1.42E01E, mp4a.40.2'" /> | |
| <p> Your browser is old. <a href="cohagenPhoneCall.mp4">Download this video instead.</a> </p> | |
| </video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment