Is it bad practice or for any reason unkosher to have an element inside a table tag but outside of a cell?
For instance:
<table>
<tbody>
<td>Hello,</td>
<td>Help me I'm a table cell.</td>
<td>I'm just happy to be here.</td>
</tbody>
<a>close button</a>
</table>
use this if you want to check for valid HTML http://validator.w3.org/check. It will display the following error: