✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
<Style type = "text / css">
td.red {color: red; }
#blue {color: blue; }
</ Style>
...
<Table>
<Tr> <td class = red id = blue> text </ td> </ tr>
</ Table> :
(CSS)