How to make bootstrap compatible with IE6: first open the corresponding page code; then introduce the js file through "". </p></blockquote> <p><img src="https://img.php.cn/upload/article/000/000/020/601f45dfdbf60966.jpg" alt="How bootstrap is compatible with ie6" ></p> <p>#The operating environment of this article: Windows7 system, bootstrap3, Dell G3 computer. </p> <p>Bootstrap comes from Twitter and is currently the most popular front-end framework. Bootstrap is based on HTML, CSS, and JavaScript, and it is simple and flexible. During the development process, we only need to add the corresponding class to the DOM element to call it, making Web development faster. </p> <p><strong>How is bootstrap compatible with ie6? </strong></p> <p>bootstrap template is to make IE6, 7, and 8 browsers (versions below IE9) compatible with the new tags of html5, just introduce the following code file</p><div class="code" style="position:relative; padding:0px; margin:0px;"><pre class="brush:php;toolbar:false"><script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js">Copy after loginThe same is true for using IE6, 7, and 8 browsers are compatible with css3 styles and introduce the following code: Copy after login Recommended: "bootstrap tutorial"