表のセルの色を指定する

動作ブラウザ 【 IE:3.0  NN:3.0
Internet Explorer Netscape Navigator iCab
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 2.x
Windows - × -
Macintosh - - ×
UNIX - - - - - - × -
Dreamcast - - - - - - - - - - -

ポイント <td bgcolor="yellow">ここは黄色</td>
説  明 セルごとに背景色を指定するにはtdタグまたはthのbgcolor属性を使い「<td bgcolor="カラー">」、「<th bgcolor="カラー">」のように指定します。カラーはカラー名またはカラーコードで指定します。
サンプル <html> <head> <title>表のセルの背景色を指定する</title> </head> <body> <table border="1"> <tr><td>ここは無指定</td><td bgcolor="yellow">ここは黄色</td></tr> </table> </body> </html>
補足説明 なし

■サンプルを実行する >>実行
■各ブラウザでの動作結果を見る >>View!