<style type="text/css">
.thinTable{
border-collapse:collapse;
}
.thinTable td,.thinTable th{
border:1px solid #000;
}
</style>
表格(table)
<table class="thinTable" style="width: 200px;">
<thead>
<tr>
<th scope="col">a</th>
<th scope="col">b</th>
</tr>
</thead>
<tbody>
<tr>
<td>c</td>
<td>d</td>
</tr>
</tbody>
</table>
沒有留言:
張貼留言