What is the bootstrap framework?
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 running on the server) framework, including HTML, CSS and JavaScript frameworks, provides typography, forms, buttons, navigation and other various components and Javascript extensions, aiming to make the development of dynamic web pages and web applications easier.
Bootstrap is the fourth most "Starred" project on GitHub. Starred more than 133,000 times and branched more than 65,000 times.
Bootstrap is compatible with the latest versions of Google Chrome, Firefox, Internet Explorer, Opera and Safari browsers, although some browsers do not support all operating systems.
Starting from version 2.0, Bootstrap supports responsive web design (RWD). Page layout can be dynamically adjusted based on the device on which the web page is displayed (desktop, tablet, mobile phone).
Starting from version 3.0, Bootstrap prioritizes mobile devices as its design guideline, placing more emphasis on responsive design.
The 4.0 alpha version adds support for Sass and Flexbox.
Bootstrap is open source software and can be found on GitHub. Developers are encouraged to participate in the project and make their own contributions to the project.
Related recommendations: "bootstrap tutorial"
The above is the detailed content of what is bootstrap framework. For more information, please follow other related articles on the PHP Chinese website!