HTML/CSS/Background Attributes/bgcolor — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:16, 26 мая 2010
"bgcolor" defines the background color
<HTML>
<head>
<Title>Example For bgcolor</Title>
</head>
<BODY>
<table bgcolor="red">
<col span="2" bgcolor="blue">
<col bgcolor="green">
<tr>
<td>table cell</td>
</tr>
</table>
</body>
</BODY>
</HTML>