I am writting a code in XHTML 1.0. When I try to validate that have answer: "document type does not allow element "table" here.."
<table width = "100%">
<table>
something...
</table
</table>
What shall I do to avoid that error? I mean nesting the table in XHTML.