Skip to content

Instantly share code, notes, and snippets.

@jonathantneal
Created November 2, 2012 06:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathantneal/3999123 to your computer and use it in GitHub Desktop.
Save jonathantneal/3999123 to your computer and use it in GitHub Desktop.
Basic HTML Outline
<!doctype html>
<html dir="[direction]" lang="[language]" class="[class names]">
<head>
[meta elements]
[link elements]
[style elements]
[script elements]
<title>[title]</title>
</head>
<body>
[content]
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment