标签:语义 header 方案 text htm css tps min 高版本
在head标签中加入,解决语义化标签如nav, header等在IE不能被识别的情况。
<!--[if lte IE 8]> <script type="text/javascript" src="https://cdn.bootcss.com/html5shiv/r29/html5.min.js"></script> <![endif]-->
这里只能被ie浏览器(小于等于ie8)识别,因此避免了在高版本浏览器(例如谷歌浏览器中)被多余的加载。
标签:语义 header 方案 text htm css tps min 高版本
原文地址:https://www.cnblogs.com/tingbao/p/11261562.html