Home  >  Article  >  Web Front-end  >  Benefits of bootstrap framework

Benefits of bootstrap framework

angryTom
angryTomOriginal
2019-07-27 13:16:253849browse

Benefits of bootstrap framework

If you want to know more about bootstrap, you can click: bootstrap tutorial

Introduction to Bootstrap:

Bootstrap comes from Twitter and is a very popular front-end framework. Bootstrap is based on HTML, CSS, and JavaScript. It is simple and flexible, making web development faster. It was developed by Twitter designers Mark Otto and Jacob Thornton and is a CSS/HTML framework. Bootstrap provides elegant HTML and CSS specifications, which are written in the dynamic CSS language Less. Bootstrap has been very popular since its launch and has been a popular open source project on GitHub, including NASA's MSNBC (Microsoft National Broadcasting Company) Breaking News. Some frameworks that are familiar to domestic mobile developers, such as the WeX5 front-end open source framework, are also performance optimized based on the Bootstrap source code.

Bootstrap advantages:

a) Improve development efficiency.

b) Standard name definition for easy maintenance.

c) Standardize the project development process

d) The css code is clearer and simpler. The html code is more reasonable.

e) In large-scale projects, user downloads can be reduced

Bootstrap disadvantages:

## a) Learning cost improve. You need to understand the entire framework and read the framework's documentation.

b) The css framework is bloated for pages such as a small project. There probably is a lot of code in the framework that you won't use.

 c) It may not help your skills improve. Too dependent on the framework, making it difficult to troubleshoot bugs. Including bugs inherent in the framework.

 d) It is painful to choose the framework and development framework you need. After writing it, I found that it was becoming more and more inflexible and bloated.

Bootstrap architecture:

 

Basic structure: Bootstrap provides a grid system, link style, background basic structure. This will be explained in detail in the Bootstrap basic structure section.

 

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-in: 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 plug-ins to get your own version.

Benefits of bootstrap framework

The above is the detailed content of Benefits of bootstrap framework. 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