案例: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
<table class="table">
13
    <caption>上下文表格布局</caption>
14
    <thead>
15
        <tr>
16
            <th>产品</th>
17
            <th>付款日期</th>
18
            <th>状态</th>
19
        </tr>
20
    </thead>
21
    <tbody>
22
        <tr class="active">
23
            <td>产品1</td>
24
            <td>23/11/2013</td>

 运行结果 
 北美留学生论坛