This article ish5eduAgency officialHTML5 Trainingtutorials, the main introduction:JavaScript Intensive Tutorials--bootstrap
bootstrap profile what is bootstrap? bootstrap is a front-end framework for rapid development Web applications and websites. bootstrap is based on html, CSS, javascript . The history of bootstrap is developed by Twitter Mark Otto and Jacob Thornton . bootstrap is an open source product that was released on GitHub in August 2011 years. Why use bootstrap? Mobile device First: Since Bootstrap 3 , the framework contains a preferred style for mobile devices throughout the library. Browser support: bootstrap is supported by all major browsers. Internet explorer firefox opera google chrome safari easy to get started: As long as you have HTML and CSS the basics, you can start learning bootstrap. Responsive design:bootstrap responsive CSS adaptable to desktops, tablets and phones. More about responsive design details Bootstrap responsive design. Responsive design It provides a simple and unified solution for developers to create interfaces. It contains powerful built-in components that are easy to customize. It also provides Web -based customization. It's open-source. The content basic structure of bootstrap package:bootstrap provides a basic structure with grid system, link style and background. 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 class, and an advanced grid system. This will be explained in detail in the Bootstrap CSS section. Component:bootstrap contains more than 10 reusable components for creating images, drop-down menus, navigation, warning boxes, pop-up boxes, and more. This will be explained in detail in the Layout components section. The javascript plugin:bootstrap contains more than 10 custom jQuery plugins. You can include all of the plugins directly, or you can include them individually. This will be explained in detail in the Bootstrap Plugins section. Customization: You can customize the Bootstrap components, less variables and jQuery plugins to get your own version. Online examples of the Bootstrap tutorials on this site contain hundreds of instances. You can edit the code online using our online editor and click the Run button to see the results. bootstrap instance <div class= "container" > <div class= "Jumbotron" >
This article is from the "11721999" blog, please be sure to keep this source http://11731999.blog.51cto.com/11721999/1859251
JavaScript Intensive Tutorial--bootstrap