HTML>TABLE03
 テーブル画像 
<th>~</th>  
  行や列の見出し(ヘッダ)<th>はタグで定義します。見出しに指定されたテキストは、一般てきには太字でセンタリングされて表示されます。
 
 
 
 
 
 
 
<table>
<tr>
<th>見出しセル</th>
</tr>
<tr>
<td>データセル</td>
</tr>
</table>
tabie
inserted by FC2 system