Conditional Comments
HTML
<!--[if IE]>
According to the conditional comment this is IE<br/>
<![endif]-->
<!--[if !IE]> -->
According to the conditional comment this is not IE<br/>
<!-- <![endif]-->
<!--[if IE]>
According to the conditional comment this is IE<br/>
<![endif]-->
<!--[if !IE]> -->
According to the conditional comment this is not IE<br/>
<!-- <![endif]-->