I have 3 links. When user click on 1st link (EQUIP1
), I need to show it as the visited. Then remaining two links show as not visited. Then when user select 2nd link (EQUIP2
) the remaining two links should show as not visited. I'm ok if changing the color of font to sign that this is the current enabled link.
<tr align="center">
<td class="mainTBSectionTab">
<a href="...">EQUIP1</a>
</td>
<td class="mainTBSectionTab">
<a href="...">EQUIP2</a>
</td>
<td class="mainTBSectionTab">
<a href="...">EQUIP3</a>
</td>
</tr>