我正在試圖製作一張看起來像圖片的表格,但我無法弄清楚......這對您來說一定是如此簡單的問題,但我無法使這一個工作... 誰能幫我?請。如何構造html表格
這裏是我爲它當前的代碼:
<table width="100%" border="1">
<tr>
<th>Name of Candidates</th>
<th>Educational Attainment</th>
<th>Exprerience</th>
<th>In-Service Trainings & Seminars Attended</th>
<th>Eligibility</th>
<th>Other Qualifications</th>
<th>Interview</th>
<th>Total</th>
<th>Remarks</th>
</tr>
</table>
通過使用'colspan',也許? –
需要第二行加上一個柱形。 –
如何正確使用colspan?我使用它,但它使我的桌子變形。 – user3227867