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!