close
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Title Page</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- 讓td的padding變小,表格tr背景色條紋相間 -->
<table class="table table-hover table-condensed table-striped">
<caption>我是表格標題</caption>
<thead>
<tr>
<th>表格標題</th>
<th>表格標題</th>
<th>表格標題</th>
</tr>
</thead>
<tbody>
<tr>
<td>資料</td>
<td>資料</td>
<td>資料</td>
</tr>
<tr>
<td>資料</td>
<td>資料</td>
<td>資料</td>
</tr>
<tr>
<td>資料</td>
<td>資料</td>
<td>資料</td>
</tr>
<tr>
<td>資料</td>
<td>資料</td>
<td>資料</td>
</tr>
</tbody>
</table>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>
全站熱搜
留言列表