I am looking to create a feature where the elements in this table change color from the background color to red and back to the default color when they are clicked. Can anyone help me achieve this?
<table align="center" style="height: 355px;" width="664" border="3px">
<tbody>
<tr>
<td style="width: 94px;">25</td>
<td style="width: 94px;">26</td>
<td style="width: 95px;">27</td>
<td style="width: 95px;">28</td>
<td style="width: 95px;">29</td>
<td style="width: 95px;">30</td>
<td style="width: 95px;"> </td>
</tr>
</tbody>
</table>