Home > Article > Web Front-end > Introduction to BootStrap and how to deploy and install it (introduction)
This article will introduce to you what BootStrap is and how to deploy and install it. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you. You can also visit bootstrap tutorial to get and learn more bootstrap related video tutorials.
Introduction to Bootstrap
What is Bootstrap?
Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter.
Bootstrap is an open source product released on GitHub in August 2011.
Bootstrap is a front-end framework for rapid development of web applications and websites.
##Bootstrap supports responsive layout and is compatible with many Access via terminals (computers, tablets, mobile phones).
##Deployment and installation of Bootstrap
##1. Download the bootstrap framework from the official website https://v3.bootcss.com/. 2. Put the downloaded framework into the root directory and import the file. To support mobile device-first statements, you need to put them above the head tag and then introduce the bootstrap css file. The bootstrap framework depends on jQuery, so you need to introduce the jQuery library first, and then introduce the bootstrap js file. The following is a complete code that introduces the framework (The bootstrap js file is best placed at the bottom of the body) 3. You can also use the officially provided CDN in the head tag, below the jQuery file You must have an internet connection to access it Can. Summary: The above is the entire content of this article, I hope it will be helpful to everyone's study. <meta name="viewport" content="width=device-width, initial-scale=1">
93f0f5c25f18dab9d176bd4f6de5d30e
a80eb7cbb6fff8b0ff70bae37074b813
52bd492f41a6da6d33cf50c25f0022a7
72fa8431c425452abb4ebe9bcbe27930
b2386ffb911b14667cb8f0f91ea547a7测试文档6e916e0f7d1e588d4f442bf645aedb2f
229eb21e3b4943941b3cd6155af73630
bcccb62f74f64b67c652e45ac46da926
dd9ede41d96d9f70c9855d907fdddaab
de35bb12e9e5e3795aa8e9d9b8e69d532cacc6d41bbb37262a98f745aa00fbf0
0cdfd1f36b265be4d367bb576c13f5de
64767d14527514c67ca95c91205d603b2cacc6d41bbb37262a98f745aa00fbf0
9c3bca370b5104690d9ef395f2c5f8d1
cf9514fc149f0f9de18e23eb3436dd50
8b3d8b4df0783808c92288c063dd7039
a410ef669c70bb72a71832155c839761
45f6e61093b7658793ed376e0ac3d4de
f0e9cbfe7fb9a182193098c47dfaa410
1e3df8e11cd1818e870555db82bcd5bc2cacc6d41bbb37262a98f745aa00fbf0
The above is the detailed content of Introduction to BootStrap and how to deploy and install it (introduction). For more information, please follow other related articles on the PHP Chinese website!