Skip to content

Instantly share code, notes, and snippets.

/tabletext.html Secret

Created April 2, 2014 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0daef743315f172a1d70 to your computer and use it in GitHub Desktop.
Save anonymous/0daef743315f172a1d70 to your computer and use it in GitHub Desktop.
測試表格
<meta charset="UTF-8">
<title>tabletest</title>
<table border="1" style="width:100%; max-width:500px; text-align:center; ">
<tr>
<td rowspan="6">總資料</td> <!--要向下合併幾列就是(合併列數+1)-->
</tr>
<tr>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
</tr>
<tr>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
</tr>
<tr>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
</tr>
<tr>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
</tr>
<tr>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
<td>資料1</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment