In html, is it valid to have a table inside of a table?
<table>
<tr>
<td>
<table>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr></tr>
</table>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, perfectly valid.
By pasting what you have into the W3C validator, the only errors are regarding doctype, head tags, etc… nothing ever mentioned of nesting table within table (even after adding all the correct tags that it errored on) It suggests using a
tbodyhttp://validator.w3.org/check