html中的table的th,td,caption等

前提:html中的標籤很多,很多,稍有記憶不好的,就差之千里了,小白記性不好,所以只能濫鍵盤了~~

舉例

<table border="1">
<caption>表格舉例</caption>
   <tr>
<th></th>
<th>Month</th>
<th>Savings</th>
</tr>
   <tr>
  <th>第一次</th>
<td>January</td>
<td>$100</td>
  </tr>
</table>

效果


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章