Last active
December 20, 2015 21:09
-
-
Save prisskreative/6195454 to your computer and use it in GitHub Desktop.
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
<!-- Basic Videos --> |
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
<!--http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_video_bear --> | |
<!DOCTYPE HTML> | |
<html> | |
<body> | |
<video width="320" height="240" controls> | |
<source src="movie.mp4" type="video/mp4"> | |
<source src="movie.ogg" type="video/ogg"> | |
Your browser does not support the video tag. | |
</video> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment