Pour ça, faut regarder dans la DTD xhtml1 strict
On note ça :
Donc on peut mettre des %Flow dedans. Et %Flow, c'est ça
<!ENTITY % Flow "(#PCDATA | %block; | form | %inline; | %misc;)*"> |
Et encore une fois, on note le %block, qui a dedans :
<!ENTITY % block
"p | %heading; | div | %lists; | %blocktext; | fieldset | table"> |
Donc on peut mettre un <table> dans un <td>