BootStrap, bootstrap tutorial

Source: Internet
Author: User

BootStrap, bootstrap tutorial

<script src="jquery.1.9.js"></script><script src="js/bootstrap.min.js"></script><link rel="stylesheet" href="css/bootstrap.min.css"><link rel="stylesheet" href="css/bootstrap-theme.min.css">


What do the files in Bootstrap indicate? What is the use?

Bootstrap.css is a complete bootstrap style table that has not been compressed and can be used for debugging during development.

Bootstrap.min.css finished

Bootstrap-responsive.css is the CSS style sheet needed after applying responsive layout to the bootstrap framework. If your website project is not prepared for responsive design, you don't need to reference this CSS.

Bootstrap-responsive.min.css and bootstrap.min.css are the compressed version of bootstrap-responsive.css.

Bootstrap. js is the soul of bootstrap and a collection of all js commands of bootstrap. You can see that all js effects in bootstrap are controlled by this file, this file is also an uncompressed version for debugging during development.

Bootstrap. min. js is bootstrap. javascript compressed version, content and bootstrap. js is the same, but the file size will be much smaller. When deploying a website, you can not reference bootstrap. js, instead of referencing this file ~~

So you can understand it ~~ Pai_^

What do the files in Bootstrap indicate? What is the use?

Bootstrap.css is a complete bootstrap style table that has not been compressed and can be used for debugging during development.

Bootstrap.min.css finished

Bootstrap-responsive.css is the CSS style sheet needed after applying responsive layout to the bootstrap framework. If your website project is not prepared for responsive design, you don't need to reference this CSS.

Bootstrap-responsive.min.css and bootstrap.min.css are the compressed version of bootstrap-responsive.css.

Bootstrap. js is the soul of bootstrap and a collection of all js commands of bootstrap. You can see that all js effects in bootstrap are controlled by this file, this file is also an uncompressed version for debugging during development.

Bootstrap. min. js is bootstrap. javascript compressed version, content and bootstrap. js is the same, but the file size will be much smaller. When deploying a website, you can not reference bootstrap. js, instead of referencing this file ~~

So you can understand it ~~ Pai_^

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.