Computer Science, asked by pvarshney142, 2 months ago

an attribute of the (table)tag that is used to set the table background color

Answers

Answered by GeekofGeek
2

Answer:

bgcolor

Explanation:

<table>

<tr bgcolor="pink">

<th>

This is pink color

</th>

</tr>

</table>

Similar questions