Skip to content

Instantly share code, notes, and snippets.

@visualizeq
Created April 3, 2012 11:07
Show Gist options
  • Save visualizeq/2291078 to your computer and use it in GitHub Desktop.
Save visualizeq/2291078 to your computer and use it in GitHub Desktop.
HTML: Basic Structure
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<script type="text/javascript" src="//code.jquery.com/jquery-1.7.2.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment