表格

<html>
<head>
<title>1</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>
<h1>我是标签h1 <small>我是副标签.h1</small> </h1>
<h2>我是标签h2 <small>我是副标签.h2</small> </h2>
<h3>我是标签h3 <small>我是副标签.h3</small> </h3>
<h4>我是标签h4 <small>我是副标签.h4</small> </h4>
<h5>我是标签h5 <small>我是副标签.h5</small> </h5>
<h6>我是标签h6 <small>我是副标签.h6</small> </h6>
<p class="lead">lead可以让字体加粗</p>
<p><strong>strong</strong></p>
<p><em>em</em></p>
<p class="text-left">left</p>
<p class="text-center">center</p>
<p class="text-right">right</p>

<p class="text-muted">减弱</p>
<p class="text-primary">蓝色</p>
<p class="text-success">绿色</p>
<p class="text-info">蓝色</p>
<p class="text-warning">棕色</p>
<p class="text-danger">红色</p>
<table class="table">
<thead>
    <caption>基本的表格布局</caption>
    <tr>
        <th>
            名称
        </th>
        <th>
            城市
        </th>
    </tr>
</thead>
<tbody>
    <tr>
        <td>Tanmay</td>
        <td>Mincr</td>
    </tr>
    <tr>
        <td>Asdf</td>
        <td>Wang</td>
    </tr>
</tbody>
</table>
</body>
</html>

  

1

我是标签h1 我是副标签.h1

我是标签h2 我是副标签.h2

我是标签h3 我是副标签.h3

我是标签h4 我是副标签.h4

我是标签h5 我是副标签.h5
我是标签h6 我是副标签.h6

lead可以让字体加粗

strong

em

left

center

right

减弱

蓝色

绿色

蓝色

棕色

红色

基本的表格布局
名称城市
Tanmay Mincr
Asdf Wang
posted @ 2023-03-17 19:44  陈若麟  阅读(6)  评论(0编辑  收藏  举报