Revision: 50084
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 9, 2011 00:23 by DenoteIt
Initial Code
<!-- Condtional comment: All IE Versions --> <!--[if IE]> This is Ineternet Explorer <![endif]--> <!-- Condtional comment: IE6 only --> <!--[if IE 6]> This is Internet Explorer 6 <![endif]--> <!-- Condtional comment: All IE versions after 5 --> <!--[if gt IE 5]> This Internet Explorer was released after IE5 <![endif]--> <!-- Condtional comment: All IE versions before 8 --> <!--[if lt IE 5]> This Internet Explorer was released before IE8 <![endif]-->
Initial URL
Initial Description
HTML conditional comments used to target specific versions of Internet Explorer (is ignored by all other browsers).
Initial Title
HTML Conditional Comments
Initial Tags
ie
Initial Language
HTML