Is a <form> valid over a ?

前端 未结 5 1706
夕颜
夕颜 2021-01-18 18:59

Is the following valid HTML? What I am wondering about specifically is the location of the

tag.

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-18 19:18

    No this is not valid, TABLE can only contain TBODY, THEAD, TFOOT, CAPTION, COL, COLGROUP. If you are using XHTML then you can also put tr inside the table.

提交回复
热议问题