Bootstrap is a simple, intuitive, and powerful front-end development framework based on HTML, CSS, and JavaScript developed by designers Mark Otto and Jacob Thornton of Twitter Company in the United States, making Web development faster.
Bootstrap provides elegant HTML and CSS specifications, which are written in the dynamic CSS language Less. (Recommended learning: Bootstrap Tutorial)
Bootstrap has been very popular since its launch. It has always been a popular open source project on GitHub, including NASA's MSNBC (Microsoft National Broadcasting Company)'s Breaking News. used this project.
Some frameworks that are familiar to domestic mobile developers, such as the WeX5 front-end open source framework, are also based on the Bootstrap source code for performance optimization.
Bootstrap contains content
Basic structure: Bootstrap provides a basic structure with a grid system, link styles, and backgrounds .
CSS: Bootstrap comes with the following features: global CSS settings, defining basic HTML element styles, extensible classes, and an advanced grid system.
Components: Bootstrap contains more than a dozen reusable components for creating images, drop-down menus, navigation, alert boxes, pop-up boxes, and more. This
JavaScript plugin:Bootstrap includes more than a dozen custom jQuery plugins. You can include all plug-ins directly or include them individually.
Customization: You can customize Bootstrap components, LESS variables and jQuery plugins to get your own version.
For more technical articles related to Bootstrap, please visit the Bootstrap Tutorial column to learn!
The above is the detailed content of What does bootstrap contain?. For more information, please follow other related articles on the PHP Chinese website!