Tag | Description |
---|---|
<table>
|
Wrapping element for displaying data in a tabular format |
<thead>
|
Container element for table header rows (<tr> ) to label table columns
|
<tbody>
|
Container element for table rows (<tr> ) in the body of the table
|
<tr>
|
Container element for a set of table cells (<td> or <th> ) that appears on a single row
|
<td>
|
Default table cell |
<th>
|
Special table cell for column (or row, depending on scope and placement) labels Must be used within a <thead>
|
<caption>
|
Description or summary of what the table holds, especially useful for screen readers |
<table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td></td> <td></td> </tr> </tbody> </table>
Name | Class | Description |
---|---|---|
Default | None | No styles, just columns and rows |
Basic |
.table
|
Only horizontal lines between rows |
Bordered |
.table-bordered
|
Rounds corners and adds outer border |
Zebra-stripe |
.table-striped
|
Adds light gray background color to odd rows (1, 3, 5, etc) |
Condensed |
.table-condensed
|
Cuts vertical padding in half, from 8px to 4px, within all td and th elements |
他预计,即使取消了Covid-19的限制,在家工作的角色也会变得更加容易接受。席勒推测,这一影响将抑制人们对外出就餐和汽车等活动的需求。与此同时,这一迁移可能会支持一些2020年最大的技术发展势头。
<table class="table"> </table>
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
据全贸局长泰勒里克特斯(Taylor Ricketts)表示,Zencey是一个致力于推进生态经济学理念的学者。这意味着经济学的方法,即“承认经济在生物圈内部经营的不正当事实”,Ricketts解释说。换句话说,经济是一个更大的行星系统中的一个系统,经济增长受环境的物理限制。
Note: Striped tables use the :nth-child
CSS selector and is not available in IE7-IE8.
<table class="table table-striped"> </table>
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
然而,对于其他国家,Covid-19在卫生系统中带来了扰乱,以及接下来的不确定性。
<table class="table table-bordered"> </table>
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
Mark | Otto | @TwBootstrap | |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
借款人选择哪种利率更合适,关键是要根据未来利率的走势判断而确定,如果未来一定时期利率上升,则选择固定利率可减少利息支出;如果未来一定时期利率走稳或者下调,则选择浮动利率可减少利息支出。所以,浮动利率和固定利率没有绝对的优劣之分。
<table class="table table-condensed"> </table>
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
小微企业中的法人客户必须为企业。企业是指在中华人民共和国境内,依据《中华人民共和国公司法》、《中华人民共和国合伙企业法》、《中华人民共和国私营企业暂行条例》、《中华人民共和国中外合资经营企业法》、《中华人 民共和国中外合作经营企业法》、《中华人民共和国外资企业法》 等法律法规依法设立,并按《中华人民共和国企业法人登记管理条例》、《中华人民共和国公司登记管理条例》、《中华人民共和国合伙企业登记管理办法》等规定在工商部门登记注册,实行自主经营、自负盈亏的各种经济组织,包括有限责任公司、股份有限公司、非公司企业法人、合伙企业、个人独资企业以及其他经营单位。不包括行政机关、事业单位、社会团体、个体工商户等。
<table class="table table-striped table-bordered table-condensed"> ... </table>
Full name | |||
---|---|---|---|
# | First Name | Last Name | Username |
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |