プロが教えるホームページの作り方
 
 
YA06 スポンサードリンク
YA06 タグ一覧
YA06 役立つ豆知識
YA06 リンク
YA06 姉妹サイト
YA06 スポンサード リンク
 
 
 

 初心者のためのホームページの作り方  
ホーム > テーブル

表の作成
 <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="">







Copyright(c)2009 プロが教えるホームページの作り方 All rights reserved.