<html>
<head>
<title>
表格
</title>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<table class="table table-bordered">
<thead>
<tr>
<th>coumn1</th>
<th>coumn2</th>
<th>coumn3</th>
</tr>
<tr class="active">
<th>row1,coumn1</th>
<th>row1,coumn2</th>
<th>row1,coumn3</th>
</tr>
<tr>
<th>row2,coumn1</th>
<th>row2,coumn2</th>
<th>row2,coumn3</th>
</tr>
<tr class="active">
<th>row3,coumn1</th>
<th>row3,coumn2</th>
<th>row3,coumn3</sth>
</tr>
<tr>
<th>row4,coumn1</th>
<th>row4,coumn2</th>
<th>row4,coumn3</th>
</tr>
<tr class="active">
<th>row5,coumn1</th>
<th>row5,coumn2</th>
<th>row5,coumn3</th>
</tr>
</thead>
</table>
</body>
</html>