Is a <form> valid over a ?

前端 未结 5 1674
夕颜
夕颜 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. see: http://www.w3.org/TR/html4/struct/tables.html#edef-TABLE

     
    

    The element can appear in all places where you can have block content. So can go in ,

    ,
,

提交回复
热议问题