引导类表
要在Bootstrap中创建表,请使用.table类。
您可以尝试运行以下代码来创建表:
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Example</title>
<link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
<script src = "/scripts/jquery.min.js"></script>
<script src = "/bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<div class = "panel panel-default">
<div class = "panel-heading">
<h3 class = "panel-title">Result</h3>
</div>
<div class = "panel-body">
Top Students of batch 2017-18
</div>
<table class = "table">
<tr>
<th>Student</th>
<th>Marks</th>
<th>Rank</th>
</tr>
<tr>
<td>David</td>
<td>82</td>
<td>1</td>
</tr>
<tr>
<td>John</td>
<td>79</td>
<td>2</td>
</tr>
<tr>
<td>Tom</td>
<td>76</td>
<td>3</td>
</tr>
</table>
</div>
</body>
</html>热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短