Home  >  Article  >  Web Front-end  >  How to download bootstrap

How to download bootstrap

(*-*)浩
(*-*)浩Original
2019-05-25 14:44:394877browse

Bootstrap is a popular framework in front-end development, simple and flexible. It is based on HTML, CSS and JavaScript. HTML defines page elements, CSS defines page layout, and JavaScript is responsible for the response of page elements. Bootstrap encapsulates HTML, CSS and JavaScript into functional components, which is simple and crude to use.

How to download bootstrap

Install Bootstrap

①Log in to the official Bootstrap website

How to download bootstrap

②Download Bootstrap

How to download bootstrap

Download Bootstrap: Download the precompiled and compressed version of Bootstrap (document and source code not included).

Download code: Bootstrap source code, as introduced on the official website, requires compilation of Less files and some installation.

If you are new to Bootstrap, it is recommended to download the first one and use it directly.

The above is the detailed content of How to download bootstrap. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to use html area tagNext article:How to use html area tag