<table bgcolor=""><tr bgcolor=""><td bgcolor="">タグ
要素 | table要素 tr要素 th要素 td要素 |
---|---|
分類 | 非推奨属性 |
開始・終了 | 開始と終了の両方必須 |
table要素、またはtr要素、td(th)要素にbgcolor属性を設定すると、セルの背景色を指定することができます。
<table bgcolor="#cccccc"> ~ </table>
<tr bgcolor="#cccccc"> ~ </tr>
<td bgcolor="#cccccc"> ~ </td>
bgcolor属性は非推奨属性のため、CSSにて設定することを推奨されています。