I've defined a class (item1) for a set of objects.
Is it possible to put red text color the object (from the class) that I click/select and put all the other objects (from the class) in black text color?
Here's is the code where I apply the class (item1):
<td>
<a class="item1" href="/menu2" onclick="">
Menu1
</a>
</td>
<td>
<a class="item1" href="/menu2" onclick="">
Menu2
</a>
</td>
How can I do this in the css file?