码迷,mamicode.com
首页 > Web开发 > 详细

html中的版本检测注释详解

时间:2018-04-03 18:13:33      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:blank   div   isp   log   color   rap   display   tom   ext   

注: N : 代表某个版本
<!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]-->
<!--[if IE]> 所有的IE可识别 <![endif]-->
<!--[if IE N]> 仅IE[N]可识别 <![endif]-->
<!--[if lt IE N]> IE[N]以下版本可识别 <![endif]-->
<!--[if gte IE N]> IE[N]以上版本可识别 <![endif]-->




html中的版本检测注释详解

标签:blank   div   isp   log   color   rap   display   tom   ext   

原文地址:https://www.cnblogs.com/mileSs/p/8710074.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!