本篇文章就跟大家介紹BootStrap是什麼以及怎樣部署安裝。有一定的參考價值,有需要的朋友可以參考一下,希望對你們有幫助。大家也可以造訪bootstrap教學來取得和學習更多的bootstrap相關影片教學。
Bootstrap簡介
什麼是 Bootstrap ?
Bootstrap 是由 Twitter 的 Mark Otto 和 Jacob Thornton 開發的。
Bootstrap 是 2011 年八月在 GitHub 上發布的開源產品。
#Bootstrap 是一個用於快速開發 Web 應用程式和網站的前端框架。
#Bootstrap 支援響應式佈局,相容多個終端(電腦,平板,手機) 設備存取。
部署安裝 Bootstrap
1.在官網 https://v3.bootcss.com/ 下載bootstrap框架。
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
<meta name="viewport" content="width=device-width, initial-scale=1">
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)
93f0f5c25f18dab9d176bd4f6de5d30e a80eb7cbb6fff8b0ff70bae37074b813 52bd492f41a6da6d33cf50c25f0022a7 72fa8431c425452abb4ebe9bcbe27930 b2386ffb911b14667cb8f0f91ea547a7测试文档6e916e0f7d1e588d4f442bf645aedb2f 229eb21e3b4943941b3cd6155af73630 bcccb62f74f64b67c652e45ac46da926 dd9ede41d96d9f70c9855d907fdddaab de35bb12e9e5e3795aa8e9d9b8e69d532cacc6d41bbb37262a98f745aa00fbf0 0cdfd1f36b265be4d367bb576c13f5de 64767d14527514c67ca95c91205d603b2cacc6d41bbb37262a98f745aa00fbf0 9c3bca370b5104690d9ef395f2c5f8d1
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.
cf9514fc149f0f9de18e23eb3436dd50 8b3d8b4df0783808c92288c063dd7039 a410ef669c70bb72a71832155c839761 45f6e61093b7658793ed376e0ac3d4de f0e9cbfe7fb9a182193098c47dfaa410 1e3df8e11cd1818e870555db82bcd5bc2cacc6d41bbb37262a98f745aa00fbf0
Summary: The above is the entire content of this article, I hope it will be helpful to everyone's study.
以上是BootStrap簡介以及如何部署安裝(介紹)的詳細內容。更多資訊請關注PHP中文網其他相關文章!