alt
is an attribute, not a tag, and it is not for mouse over, it shows up when image is not loaded, try using title
instead
So try this
<table>
<tr>
<td title="Employee Name">1</td>
<td title="Another Employee Name">2</td>
</tr>
</table>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…