Skip to content

Instantly share code, notes, and snippets.

@prisskreative
Last active December 20, 2015 21:09
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 prisskreative/6195454 to your computer and use it in GitHub Desktop.
Save prisskreative/6195454 to your computer and use it in GitHub Desktop.
Video
<!-- Basic Videos -->
<!--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