2015-07-12 01:21:43 +08:00
|
|
|
<table>
|
|
|
|
<thead>
|
2016-02-02 08:29:06 +08:00
|
|
|
<tr>
|
|
|
|
<th id="first_header">First Header</th>
|
|
|
|
<th id="second_header">Second Header</th>
|
|
|
|
</tr>
|
2015-07-12 01:21:43 +08:00
|
|
|
</thead>
|
|
|
|
<tbody>
|
2016-02-02 08:29:06 +08:00
|
|
|
<tr>
|
2022-04-28 04:42:24 +08:00
|
|
|
<td class="first_header_col">Row 1 Cell 1</td>
|
|
|
|
<td class="second_header_col">Row 1 Cell 2</td>
|
2016-02-02 08:29:06 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-04-28 04:42:24 +08:00
|
|
|
<td class="first_header_col">Row 2 Cell 1</td>
|
|
|
|
<td class="second_header_col">Row 2 Cell 2</td>
|
2016-02-02 08:29:06 +08:00
|
|
|
</tr>
|
2015-07-12 01:21:43 +08:00
|
|
|
</tbody>
|
|
|
|
</table>
|