Bootstrap Profile and Reference Methods

Brief introduction

Bootstrap is an open source Twitter launched for front-end development of the toolkit , is a CSS / HTML framework . It cooperates by Twitter designer Mark Otto and Jacob Thornton development.

Bootstrap offers elegant HTML and CSS specifications, ie it is a dynamic CSS language written Less.

After the popular Bootstrap once launched, has been a popular open source project on GitHub, including NASA's MSNBC ( Microsoft NBC ) are used in the Breaking News of the project.

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive layout, mobile devices WEB priority projects.

Precautions

All rely on jQuery plugins Bootstrap

Please note that all of the Bootstrap JavaScript plug-ins rely on jQuery, jQuery therefore must be introduced before Bootstrap, as in the basic template as shown in the.

In the  document  lists the supported Bootstrap jQuery version. bower.json

Reference Methods

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <link rel = "stylesheet" href = "res / css / bootstrap.min.css"> 
  here to write your own css styles </head> <body> <script src="js/jquery-3.4.1.js"></script> <script src = "js / bootstrap.min.js "> </ script>
Note that reference its own js, as a priority issue </body> </html>

  

 

Guess you like

Origin www.cnblogs.com/gaojian910/p/11098530.html