Is it valid to have a form tag inside a table tag?

后端 未结 5 1308
鱼传尺愫
鱼传尺愫 2020-12-11 19:38

Is it valid to have a form tag inside a table tag? Some documentation links would be appreciated.

5条回答
  •  执念已碎
    2020-12-11 20:16

    It is valid to put a

    tag inside a tag.

    Editing note: tags wrapped as code so that the content reads as intended, but the answer should specify that while the form is inside the table, it cannot be a direct descendant: it must be a child of a cell.

提交回复
热议问题