トップ   >   記事表示

テーブル組みテンプレート

URL: http://tech.kimihiko.jp/article/34211685.html

このエントリーをはてなブックマークに追加
テーブル組みテンプレート

●2列2行、1列目ヘッド
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<th> </th>
<td> </td>
</tr>
<tr>
<th> </th>
<td> </td>
</tr>
</table>

●2列2行、1行目ヘッド
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<th> </th>
<th> </th>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>

●2列2行、1列目、1行目ヘッド
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<th> </th>
<th> </th>
</tr>
<tr>
<th> </th>
<td> </td>
</tr>
</table>

tag:table

こうしておくと、何かと便利かも。
関連する記事(広告含む)
コメントを書き込む
名前 ※ご自由に

メールアドレス ※ご自由に

ホームページ ※ご自由に

コメント ※必ず

  • コメントがうまくできない場合などはこちらをご確認ください。