Created
May 15, 2014 09:46
-
-
Save carlosrojaso/d50ff222c548cb70068a to your computer and use it in GitHub Desktop.
Query: The Basics
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Demo</title> | |
</head> | |
<body> | |
<a href="http://jquery.com/">jQuery</a> | |
<script src="jquery.js"></script> | |
<script> | |
// Your code goes here. | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment