案例: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
      </tr>
19
   </thead>
20
   <tbody>
21
      <tr>
22
         <td>Tanmay</td>
23
         <td>Bangalore</td>
24
      </tr>

 运行结果 
 北美留学生论坛