an attribute of the (table)tag that is used to set the table background color
Answers
Answered by
2
Answer:
bgcolor
Explanation:
<table>
<tr bgcolor="pink">
<th>
This is pink color
</th>
</tr>
</table>
Similar questions