Use the title
attribute:
<table>
<tr>
<td>
<a href="#" title="John Smith lives in New York."> John Smith </a>
</td>
</tr>
</table>
Live demo: http://jsfiddle.net/GpU5f/
Use the title
attribute:
<table>
<tr>
<td>
<a href="#" title="John Smith lives in New York."> John Smith </a>
</td>
</tr>
</table>
Live demo: http://jsfiddle.net/GpU5f/