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

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

    is valid inside a element. You can check this sort of thing at http://validator.w3.org. Choose "Validate by direct input", then paste the following HTML:

    Under "More options", select "Validate document fragment". This allows you to check a HTML snippet without writing an entire page for it. I use it for checking HTML fragments all the time.

    References:

    • The TD element
    • The FORM element

提交回复
热议问题