Does a have to be inside a

后端 未结 5 1526
轻奢々
轻奢々 2021-01-04 21:22

Does a table row () have to be in a table body (), if the table has a table body, or can it exist outside of the table body?

5条回答
  •  无人及你
    2021-01-04 21:58

    is used to mark body of your

    , if your table contains (table header) or (table footer) elements. If your table doesn't contain those elements, you're free to not use .

    Correct usage would be:

    Item Cost
    Stack OverflowFree
    Something cool$1.00

    HTML4 specification to tables

提交回复
热议问题