(兼容)IE9 以下版本浏览器兼容HTML5的方法

使用静态资源 html5hiv 包:

<!--[if lt IE 9]>
    <script src="http://cdn.static.runoob.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
<![endif]-->

 载入后,初始化新标签的CSS:

/*html5*/
article,aside,dialog,footer,header,section,nav,figure,menu{display:block}

 

本博文参考:HTML5教程

posted @ 2021-03-05 10:27  细胞何  阅读(130)  评论(0编辑  收藏  举报