Skip to content

Instantly share code, notes, and snippets.

@sathvikc
Created September 8, 2015 10:28
Show Gist options
  • Save sathvikc/291a61803c0fc542e119 to your computer and use it in GitHub Desktop.
Save sathvikc/291a61803c0fc542e119 to your computer and use it in GitHub Desktop.
Write HTML only for IE
<!--[if IE ]>
//Your code
<![endif]-->
<!--[if IEMobile 7 ]>
//Your code
<![endif]-->
<!--[if lt IE 7 ]>
//Your code
<![endif]-->
<!--[if IE 7 ]>
//Your code
<![endif]-->
<!--[if IE 8 ]>
//Your code
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment