时间:2021-07-01 10:21:17 帮助过:40人阅读
<!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]--> <!--[if IE]> 所有的IE可识别 <![endif]--> <!--[if IE 5.0]> 只有IE5.0可以识别 <![endif]--> <!--[if IE 5]> 仅IE5.0与IE5.5可以识别 <![endif]--> <!--[if gt IE 5.0]> IE5.0以上版本都可以识别 <![endif]--> <!--[if lt IE 6]> IE6以下版本可识别 <![endif]--> <!--[if IE 6]>this is ie6<![endif]--> <!--[if gt IE 6]> IE6以上版本可识别 <![endif]--> <!--[if lt IE 7]> IE7以下版本可识别 <![endif]--> <!--[if IE 7]>this is ie7<![endif]--> <!--[if gt IE 7]> IE7以上版本可识别 <![endif]--> <!--[if lt IE 8]> IE8以下版本可识别 <![endif]--> <!--[if IE 8]>this is ie8<![endif]--> <!--[if gt IE 8]> IE8以上版本可识别 <![endif]--> <!--[if lt IE 9]> IE9以下版本可识别 <![endif]--> <!--[if IE 9]>this is ie9<![endif]-->
相信看了这些案例你已经掌握了方法,更多精彩请关注Gxl网其它相关文章!
相关阅读:
在XHTML中的标题标签与段落标签有哪些使用方法
在HTML中水平线标注与代码注释应该如何使用
怎样编写灵活、稳定、高质量的HTML和css代码
以上就是IE浏览器的HTML Hack标签有哪些使用方法的详细内容,更多请关注Gxl网其它相关文章!