我試圖創建一個小標題和側面的標題看起來像下面的圖片中的表:創建小標題和側標題的表格
這是我到目前爲止:
<table>
<thead>
<tr>
<th>Object</th>
<th>Openings</th>
<th>Internal Dimensions</th>
<th>Weight</th>
<th>Volume</th>
</tr>
</thead>
<tbody>
<tr>
<td>Box</td>
<td>300x500</td>
<td>300cm x 400cm x 600cm</td>
<td>Min: 100g, Max: 200g, NA</td>
<td>300</td>
</tr>
</tbody>
</table>
是否有可能有一張與上圖相似的表。
是的,它是可能的。 – Jim
標記與圖像幾乎沒有相似 – andrew
只需使用CSS ... – Idris