| |
スポンサードリンク
|
タグ一覧
|
役立つ豆知識
|
リンク
|
姉妹サイト
|
スポンサード リンク
|
|
| |
| |
| |
|
 |
 |
初心者のためのホームページの作り方 |
 |
|
ホーム > テーブル
表の作成
<table></table>
<tr></tr>
<td></td>
表のサイズを指定
<table width="" height="">
表の位置を指定
<table align="left">
<table align="center">
<table align="right">
表にタイトルをつける
<caption>
表の背景画像を指定
<table background="">
表の背景色をつける
<table bgcolor="">
<tr bgcolor="">
<th bgcolor="">
<td bgcolor="">
表に対する回りこみ解除
<br clear="left">
<br clear="right">
<br clear="all">
<br clear="none">
行や列に見出しをつける
<th>
セルのサイズを指定
<td background="">
<tr background="">
セルの背景画像を指定
<tr background="">
<th background="">
<td background="">
縦方向のセルを連結
<tr rowspan="">
<td rowspan="">
横方向のセルを連結
<tr calspan="">
<td calspan="">
|
|