Computer Science, asked by 007muralim, 9 months ago

) Explain how can we set the background colour for the table row and cell

Answers

Answered by mysticaldimple88
4

\huge\boxed{\fcolorbox{white}{pink}{answer}}

The background color of the table is set by the bgcolor="color" attribute to the <table> tag. The background color of a table row is set by using the <tr> tag. The background color of a cell in a table is set by using either in <td> or <th> tag.

↫↫↫↫↫ Hope it helps you

Plz mark me brainlist ↬↬↬↬↬

Answered by saainatha
1

<table background="EnterColorName">

</table>

Not sure if the below one correct

<table>

<tr>

<td background="EnterColorName">

</tr>

<table>

Not sure if the below one correct but the top code is perfectly right

Similar questions