Bootstrap Learning-Environment installation

Source: Internet
Author: User

1, <meta http-equiv= "x-ua-compatible" content= "Ie=edge" >

Let IE run the latest rendering mode.

2, <meta name= "viewport" content= "Width=device-width, initial-scale=1" >

Initializes the mobile browsing display.

Width=device-width: Make width equal to device width.

Initial-scale=1: Sets the initial zoom ratio to 1, which is not scaled.

3, <!--[if Lt IE 9]>
<script src= "Https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js" ></script>
<script src= "Https://oss.maxcdn.com/respond/1.4.2/respond.min.js" ></script>
<! [endif]-->

(1) <script src= "Https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js" ></script>

The IE version is less than IE9, allowing the browser to support HTML5 tags.

(2) <script src= "Https://oss.maxcdn.com/respond/1.4.2/respond.min.js" ></script>

Support for CSS3.

4, <script src= "Http://libs.baidu.com/jquery/1.9.0/jquery.min.js" ></script>

The introduction of Jquery,bootstrap does not own jquery.

5, <link rel= "stylesheet" href= "/bootstrap/css/bootstrap.min.css" >

Introduces the underlying CSS style.

6, <script src= "/bootstrap/js/bootstrap.min.js" ></script>

Introduce the basic JS plugin.

Bootstrap Learning-Environment installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.