Guest User

Untitled

a guest
Sep 26th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <p class="accent">
  2. <!--[if IE]>
  3. According to the conditional comment this is IE<br />
  4. <![endif]-->
  5. <!--[if IE 6]>
  6. According to the conditional comment this is IE 6<br />
  7. <![endif]-->
  8. <!--[if IE 7]>
  9. According to the conditional comment this is IE 7<br />
  10. <![endif]-->
  11. <!--[if IE 8]>
  12. According to the conditional comment this is IE 8<br />
  13. <![endif]-->
  14. <!--[if IE 9]>
  15. According to the conditional comment this is IE 9<br />
  16. <![endif]-->
  17. <!--[if gte IE 8]>
  18. According to the conditional comment this is IE 8 or higher<br />
  19. <![endif]-->
  20. <!--[if lt IE 9]>
  21. According to the conditional comment this is IE lower than 9<br />
  22. <![endif]-->
  23. <!--[if lte IE 7]>
  24. According to the conditional comment this is IE lower or equal to 7<br />
  25. <![endif]-->
  26. <!--[if gt IE 6]>
  27. According to the conditional comment this is IE greater than 6<br />
  28. <![endif]-->
  29. <!--[if !IE]> -->
  30. According to the conditional comment this is not IE<br />
  31. <!-- <![endif]-->
  32. </p>
Add Comment
Please, Sign In to add comment