Skip to content

Instantly share code, notes, and snippets.

@eades1
Created April 2, 2012 19:30
Show Gist options
  • Save eades1/2286577 to your computer and use it in GitHub Desktop.
Save eades1/2286577 to your computer and use it in GitHub Desktop.
HTML Coding Standards

Doctype

<!DOCTYPE html>

Standards

We use HTML 5 standards, and an excellent reference is available at http://html5boilerplate.com/ (click on "Download Boilerplate" on the left and view source of index.html to see the comments).

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