Skip to content

Instantly share code, notes, and snippets.

@tameemsafi
Created January 30, 2018 11:50
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 tameemsafi/96b705eee480330367e6f941b5db86ed to your computer and use it in GitHub Desktop.
Save tameemsafi/96b705eee480330367e6f941b5db86ed to your computer and use it in GitHub Desktop.
HTML - IE conditional markup
<!DOCTYPE html>
<!--[if lte IE 8 ]><html class="lte-ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html class="" lang="en"><!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment