<td onclick="this.style.backgroundColor = 'red'">content</td>
<td onclick="this.style.backgroundColor = this.style.backgroundColor ? '':'red'">content</td>