美文网首页
让IE 678支持H5标签

让IE 678支持H5标签

作者: Aikesi26 | 来源:发表于2018-10-17 11:24 被阅读2次

    为了让ie 678浏览器支持h5标签, 可以用条件注释来解决.

    <!--  条件注释, 只有ie8 才能够识别. -->
        <!-- 目的是为了让ie8以下的浏览器支持h5标签 -->
    
        <!--[if lte ie 8] 
    
            <script src="html5shiv.min.js" type="text/javascript"></script>
    
        ![endif]-->
    
    <!-- lte:  
            l: less
            t: than
            e: equal  
     -->
    

    相关文章

      网友评论

          本文标题:让IE 678支持H5标签

          本文链接:https://www.haomeiwen.com/subject/cublzftx.html