The following examples should work;
<td title="Look at me" >Hover Over me</td>
<p title="Look at me" >Hover Over me</p>
// We can also use php in there, like the below;
<td title="<?= get_message_text($row['MESSAGE_NO']) ?>"><?= $row['MESSAGE_NO'] ?></td>