Skip to content

Instantly share code, notes, and snippets.

@bookwyrm
Created February 8, 2012 14:44
Show Gist options
  • Save bookwyrm/1770161 to your computer and use it in GitHub Desktop.
Save bookwyrm/1770161 to your computer and use it in GitHub Desktop.
HTML5B - doctype and html tag
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment