案例:Bootstrap案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
    <meta charset="utf-8">
5
    <title>Bootstrap 实例 - 响应式表格</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="table-responsive">
13
    <table class="table">
14
        <caption>响应式表格布局</caption>
15
        <thead>
16
            <tr>
17
                <th>产品</th>
18
                <th>付款日期</th>
19
                <th>状态</th>
20
            </tr>
21
        </thead>
22
        <tbody>
23
            <tr>
24
                <td>产品1</td>

 运行结果 
 北美留学生论坛