Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <title>My title</title>
- <p class="accent">
- <!--[if IE]>
- According to the conditional comment this is IE<br />
- <![endif]-->
- <!--[if IE 6]>
- According to the conditional comment this is IE 6<br />
- <![endif]-->
- <!--[if IE 7]>
- According to the conditional comment this is IE 7<br />
- <![endif]-->
- <!--[if IE 8]>
- According to the conditional comment this is IE 8<br />
- <![endif]-->
- <!--[if IE 9]>
- According to the conditional comment this is IE 9<br />
- <![endif]-->
- <!--[if gte IE 8]>
- According to the conditional comment this is IE 8 or higher<br />
- <![endif]-->
- <!--[if lt IE 9]>
- According to the conditional comment this is IE lower than 9<br />
- <![endif]-->
- <!--[if lte IE 7]>
- According to the conditional comment this is IE lower or equal to 7<br />
- <![endif]-->
- <!--[if gt IE 6]>
- According to the conditional comment this is IE greater than 6<br />
- <![endif]-->
- <!--[if !IE]> -->
- According to the conditional comment this is <comment>not</comment> IE<br />
- <!-- <![endif]-->
- </p>
- </head>
- <body>
- MY code here
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement