Tool version compatibility problem
BootStrap yes Twitter The front-end framework developed by our engineers , Can be very convenient to design a good-looking page effect .
Correct
This chapter demonstrates some basic elements use Bootstrap The difference between and without
Demo button Input box Drop down boxes and other common components , In primary html and Bootstrap The effect is more
Several html There is no effect in
<!DOCTYPE html> <script src="/study/js/jquery/2.0.0/jquery.min.js"></script> <link href="/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet"> <script src="/study/js/bootstrap/3.3.6/bootstrap.min.js"></script> <table width="200" border="1" class="table table-bordered"> <tr> <td>HTML</td> <td>Bootstrap</td> </tr> <tr> <td><button> Button </button></td> <td><button class="btn btn-success"> Button </button></td> </tr> <tr> <td><input type="text" value=" Input box "></td> <td><input type="text" value=" Input box " class="form-control"></td> </tr> <tr> <td> <select > <option> Multiple selection boxes </option> <option> Multiple selection boxes </option> <option> Multiple selection boxes </option> <option> Multiple selection boxes </option> </select> </td> <td> <select class="form-control"> <option> Multiple selection boxes </option> <option> Multiple selection boxes </option> <option> Multiple selection boxes </option> <option> Multiple selection boxes </option> </select> </td> </tr> </tr> <tr> <td > drop-down menu ( tradition HTML Do not provide )</td> <td> <div class="dropdown"> <button type="button" class="btn dropdown-toggle" id="dropdownMenu1" data-toggle="dropdown"> http://192.168.1.189 <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1"> <li> <a href="#">Java Basics </a> </li> <li role="presentation"> <a href="#">Java Intermediate </a> </li> <li role="presentation"> <a href="#"> Front end Foundation </a> </li> <li role="presentation" class="divider"></li> <li role="presentation"> <a href="#"> Server side </a> </li> <li role="presentation"> <a href="#"> Frame </a> </li> </ul> </div> </td> </tr> <tr> <td > Panel ( tradition HTML Do not provide )</td> <td> <div class="panel panel-success"> <div class="panel-heading"> Panel title </div> <div class="panel-body"> Panel content <br> Panel content <br> Panel content </div> </div> </td> </tr> </table>
The official account of programming , Follow and get the latest tutorials and promotions in real time , thank you .
![]()
Q & A area
2019-12-05
Startup class bootStrap and Bootstrap The difference between frames
1 One answer
Handsome and inhuman Jump to the problem location Answer time :2019-12-28
This must have nothing to do with ==
The answer has been submitted successfully , Auditing . Please
My answer Check the answer record at , thank you
2018-08-28
[ Practice projects ] Front end part -BootStrap, Is there any program suitable for hand training ?
1 One answer
BeachFish Jump to the problem location Answer time :2019-07-03
stationmaster , Well, I miss you ~ since 2017 I haven't seen you since
The answer has been submitted successfully , Auditing . Please
My answer Check the answer record at , thank you
2018-04-23
Careful, I found that this website is adopted bootstrap The frame is made of
Please... Before asking questions land
The question has been submitted successfully , Auditing . Please
My question Check the question record at , thank you
|