XHTML Table in table and wc3 validator problem

27 views Asked by At

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.

0

There are 0 answers