案例:Bootstrap案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
    <meta charset="utf-8"> 
5
    <title>W3xue教程(w3xue.com)</title> 
6
    <link rel="stylesheet" href="/css/bootstrap/bootstrap3.3.7.min.css">  
7
    <script src="/js/bootstrap/jquery.min.js"></script>
8
    <script src="/js/bootstrap/bootstrap3.3.7.min.js"></script>
9
</head>
10
<body>
11
    
12
<div class="container">
13
    <h2>按钮</h2>
14
    <p> .btn-xs 类制作一个超小的按钮:</p>            
15
    <button type="button" class="btn btn-default btn-xs">超小默认的按钮</button>
16
    <button type="button" class="btn btn-info btn-xs">超小信息按钮</button>      
17
</div>
18
19
</body>
20
</html>

 运行结果 
 北美留学生论坛