Home  >  Article  >  Web Front-end  >  What does bootstrap do?

What does bootstrap do?

藏色散人
藏色散人Original
2019-07-13 11:31:227158browse

What does bootstrap do?

What bootstrap does

Bootstrap is a set of open source front-ends for website and web application development ( The so-called "front-end" refers to the interface displayed to the end user. The corresponding "back-end" is the code (code) framework running on the server, including HTML, CSS and JavaScript frameworks, providing font printing, forms, buttons , navigation and various other components and Javascript extensions designed to make the development of dynamic web pages and web applications easier.

Basic structure:

Bootstrap provides a basic structure with a grid system, link styles, and background.

CSS: Bootstrap comes with the following features: global CSS settings, defining basic HTML element styles, extensible classes, and an advanced grid system. This will be explained in detail in the Bootstrap CSS section.

Components: Bootstrap contains more than a dozen reusable components for creating images, drop-down menus, navigation, alert boxes, pop-up boxes, and more. This will be explained in detail in the Layout Components section.

JavaScript plug-ins: Bootstrap includes more than a dozen custom jQuery plug-ins. You can include all plug-ins directly or include them individually. This will be explained in detail in the Bootstrap plugin section.

Customization: You can customize Bootstrap components, LESS variables and jQuery plugins to get your own version.

Related recommendations: "bootstrap tutorial"

The above is the detailed content of What does bootstrap do?. 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