Write the HTML code to set the background color of a cells??
Answers
Answered by
14
(table)
(tr)
(th) month (/th)
(th) Savings (/th)
(tr)
(/tr)
bgcolor ="# FF0000") January (/td)
(td)
(tr)
(th) month (/th)
(th) Savings (/th)
(tr)
(/tr)
bgcolor ="# FF0000") January (/td)
(td)
Answered by
10
<table>
<tr>
<th>Mouth</th>
</tr>
<td bgcolor="#FF0000">December</td>
<td bgcolor="#00FF00"$100</td>
</tr>
</table>
<tr>
<th>Mouth</th>
</tr>
<td bgcolor="#FF0000">December</td>
<td bgcolor="#00FF00"$100</td>
</tr>
</table>
Similar questions