1 2 3 4 5 6 7 8
<!DOCTYPE html> <div> <table> <tr> <td style="text-decoration: underline">This should be underlined</td> </tr> </table> </div>