Advertisement
Bgines

Code for my website

Oct 2nd, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.10 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>My title</title>
  6. <p class="accent">
  7. <!--[if IE]>
  8. According to the conditional comment this is IE<br />
  9. <![endif]-->
  10. <!--[if IE 6]>
  11. According to the conditional comment this is IE 6<br />
  12. <![endif]-->
  13. <!--[if IE 7]>
  14. According to the conditional comment this is IE 7<br />
  15. <![endif]-->
  16. <!--[if IE 8]>
  17. According to the conditional comment this is IE 8<br />
  18. <![endif]-->
  19. <!--[if IE 9]>
  20. According to the conditional comment this is IE 9<br />
  21. <![endif]-->
  22. <!--[if gte IE 8]>
  23. According to the conditional comment this is IE 8 or higher<br />
  24. <![endif]-->
  25. <!--[if lt IE 9]>
  26. According to the conditional comment this is IE lower than 9<br />
  27. <![endif]-->
  28. <!--[if lte IE 7]>
  29. According to the conditional comment this is IE lower or equal to 7<br />
  30. <![endif]-->
  31. <!--[if gt IE 6]>
  32. According to the conditional comment this is IE greater than 6<br />
  33. <![endif]-->
  34. <!--[if !IE]> -->
  35. According to the conditional comment this is <comment>not</comment> IE<br />
  36. <!-- <![endif]-->
  37. </p>
  38. </head>
  39. <body>
  40. MY code here
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement