1. Learning website:
http://www.bootcss.com/
2. Add the following code to the page to call Bootstrap.
<!--new Bootstrap core CSS file added to head--><link rel= "stylesheet" href= "http://cdn.bootcss.com/bootstrap/3.3.0/css/ Bootstrap.min.css "><!--Optional bootstrap theme file (generally not introduced) added to head--><link rel=" stylesheet "href="/http Cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap-theme.min.css "><!--jquery file. Be sure to introduce--><script src= "in the last face of the body before Bootstrap.min.js" http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js "></script><!--the latest Bootstrap core JavaScript file added to the last surface of the body--><script src=" http://cdn.bootcss.com/ Bootstrap/3.3.0/js/bootstrap.min.js "></script>
3, Basic template
<! DOCTYPE html>
4, compatible with the low version of IE browserhttp://www.bootcss.com/p/bsie/
5. Querying documents
http://v3.bootcss.com/css/#overview
Bootstrap study notes (internship the next day)