I. Introduction to Bootstrap

Bootstrap is a front-end toolkit for rapid Web application development. It is a collection of CSS and HTML that uses the latest browser technology to provide your Web development with stylish layouts, forms, buttons, tables, grid systems, and more. Chinese official website: www.bootcss.com/

Second, the download

1. Click “Bootstrap3 Chinese Document (V3.3.4)”

\

2. Click “Download Bootstrap” to jump to the “Start” page

3. Start page

From the navigation bar of the startup page, you can see Startup, Global CSS Styles, Components, JavaScript Plug-ins, and Customizations.

Bootstrap provides three download methods: Bootstrap for production, Bootstrap source code, and Sass.

Bootstrap: compiled and compressed CSS, JavaScript, and font files for production. No documentation or source files are included.

Bootstrap source: Less, JavaScript and font file source, and with documentation. Requires a Less compiler and some setup work.

Sass: This is Bootstrap from Less to Sass source porting project for quick introduction into Rails, Compass, or Sass only projects.

           \

For us in the learning stage, it is best to download Bootstrap with source code. Users can download the compiled and compressed Bootstrap or use the free CDN acceleration service specially built by Bootstrap in the production environment.

\

4, download

Click “Download source code” to download Bootstrap. \

\