Several forms in one table, these forms are for different row lengths, however this does not work:
<table> <form> <tr> <td> </td> <td> </td> </tr> </form> <form> <tr> <td> </td> <td> </td> </tr> </form> </table>
I believe that the table has a certain structure, and this cannot be intertwined with other structures, but is there an order in this?
Thanks.
source share