| 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 tdandthelements | 
(3)可以恒温直供热水;
<table class="table"> </table>
| # | First Name | Last Name | Username | 
|---|---|---|---|
| 1 | Mark | Otto | @mdo | 
| 2 | Jacob | Thornton | @fat | 
| 3 | Larry | the Bird | 
1、有几栋宿舍,每栋分别住多少员工?是统一供水,还是分开供水?
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 | 
事实上,我国抽水蓄能站点资源并不稀缺,2020年12月启动的新一轮抽水蓄能中长期规划资源站点普查,共筛选出资源站点1500余个,总装机规模达1600GW。此外,我国常规水电站改造资源也很丰富,在刘汉元看来,通过对梯级水电及不同规模的常规水电进行改造,可形成混合抽水蓄能电站,不仅改造周期短、投资小,还能提高现有电网利用率,是未来抽水蓄能发展的重要方向之一。
<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 | ||
若集热器支架基础破坏了屋顶原有防水层,还需做防水处理。支架基础一般施工方法如图1所示。
<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 | ||