Presentation is loading. Please wait.

Presentation is loading. Please wait.

HTML – 表格 資訊教育.

Similar presentations


Presentation on theme: "HTML – 表格 資訊教育."— Presentation transcript:

1 HTML – 表格 資訊教育

2 表格架構 <table> <caption>文字</caption> <tr>
表格的開始與結束 <table> <caption>文字</caption>  <tr>   <th>文字1-1</th>   <td>文字1-2</td>  </tr>   <td>文字2-1</td>   <td>文字2-2</td> </table> 表格的標題(可省略) 列裡面的標題(可省略) 儲存格的開始與結束 列的開始與結束

3 表格 – 跨欄 <table> <tr>
<td colspan="2">合併的兩欄</td> </tr> <td>文字2-1</td> <td>文字2-2</td> </table>

4 表格 – 跨列 <table> <tr> <td rowspan="3">合併三列</td>
<td>文字1-2</td> </tr> <td>文字2-2</td> <td>文字3-2</td> </table>

5 表格 – 屬性 table tr td align、border(框線)、bgcolor、width…
align、valign(垂直對齊)… td align、 bgcolor、width、rowspan、colspan…


Download ppt "HTML – 表格 資訊教育."

Similar presentations


Ads by Google