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

后端 未结 5 1310
鱼传尺愫
鱼传尺愫 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:24

    You can nest a form within a td, its usually fine for most purposes though to wrap a form around a table

提交回复
热议问题