Skip to content

Instantly share code, notes, and snippets.

@remibreton
Last active December 16, 2015 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remibreton/5397726 to your computer and use it in GitHub Desktop.
Save remibreton/5397726 to your computer and use it in GitHub Desktop.
HTML IE conditional tags
<!--[if lt IE 7]> <html class="no-js ie6 ie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 ie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 ie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9 ie" lang="en"> <![endif]-->
<!--[if gt IE 9]> <!--> <html class="no-js modern" lang="en"> <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment