Skip to content

Instantly share code, notes, and snippets.

@nedzadarek
Last active December 15, 2015 23:39
Show Gist options
  • Save nedzadarek/5341929 to your computer and use it in GitHub Desktop.
Save nedzadarek/5341929 to your computer and use it in GitHub Desktop.
Exercise from http://www.codecademy.com/courses/web-intermediate-en-R6bnc/1/3# - just to pass 'correctness tests'.
<!DOCTYPE html>
<html>
<head>
<title>HTML5 Video</title>
</head>
<body>
<!-- Write your video tag here: -->
<video controls="controls" src="">Your browser does not support the HTML5 video tag.</video>
</body>
</html>
@ummahusla
Copy link

Ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment