天天看点

HTML5 浏览器支持(h5的浏览器兼容性)

<!--[if lt IE 9]>
    <script src="http://cdn.static.runoob.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
<![endif]-->      
/*html5*/
article,aside,dialog,footer,header,section,nav,figure,menu{display:block}      

继续阅读