Home>Article>Web Front-end> What components does bootstrap have?
1. Background introduction
What is BOOTSTRAP? Bootstrap is a front-end framework for rapid development of web applications and websites. Bootstrap is based on HTML, CSS, and JAVASCRIPT. It is an open source product released on GitHub in August 2011 by Mark Otto and Jacob Thornton of Twitter.
2. Knowledge Analysis
The basic structure of the content of the BOOTSTRAP package:
Bootstrap provides a grid system, link style, and background. basic structure.
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.
JavaScript Plugins: 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.
Related recommendations: "Bootstrap Getting Started Tutorial"
Currently commonly used BOOTSTRAP components:
(1) Carousel chart
(2) Drop-down menu
(3) Responsive navigation bar
3. Frequently Asked Questions
Why use Bootstrap?
4. Solution
Mobile-first: Since Bootstrap 3, the framework includes mobile-first styles throughout the entire library.
Browser support: All major browsers support Bootstrap.
Easy to get started: As long as you have basic knowledge of HTML and CSS, you can start learning Bootstrap.
Responsive design: Bootstrap’s responsive CSS can adapt to desktops, tablets, and mobile phones.
It provides a concise and unified solution for developers to create interfaces.
It contains powerful built-in components and is easy to customize. It also provides web-based customization and it is open source.
The above is the detailed content of What components does bootstrap have?. For more information, please follow other related articles on the PHP Chinese website!