Html5 shiv. js and respond. min. js, html5shiv. js
This article introduces html5 shiv. js and respond. min. js and shares them with you as follows:
It is a commonly used page. It is saved when it is used here...
Html5shiv: solves the problem that ie9 and earlier browsers do not recognize newly added HTML 5 tags, and CSS does not work.
Respond. min: enables browsers that do not support css3 Media Query, including IE6-IE8 and other browsers, to support queries.
A large number of Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 users still need these two solutions to make them accessible to HTML5 websites,
Below are two methods to address the cdn:
<! -- [If lt IE 9]> <script src = "// cdn.bootcss.com/respond.js/1.4.2/respond.js"> </script> <script src = "http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"> </script> <! [Endif]->
There is also a kind of let ie8 and the following support css3 media query css3-mediaqueries.js like introduced above can also be, but there will be a pop screen is not particularly recommended, the above is the most commonly used
Other CDN address http://www.bootcdn.cn for bootstrap can be found here/
The above is all the content of this article. I hope it will be helpful for your learning and support for helping customers.