Is a html table within a table valid?

后端 未结 1 412
旧时难觅i
旧时难觅i 2021-02-02 06:54

In html, is it valid to have a table inside of a table?

<
1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 07:44

    Yes, perfectly valid.

    By pasting what you have into the W3C validator, the only errors are regarding doctype, head tags, etc... nothing ever mentioned of nesting table within table (even after adding all the correct tags that it errored on) It suggests using a tbody

    http://validator.w3.org/check

    0 讨论(0)
提交回复
热议问题