Is it valid to have a html form inside another html form?

前端 未结 14 1981
故里飘歌
故里飘歌 2020-11-22 06:01

Is it valid html to have the following:

14条回答
  •  深忆病人
    2020-11-22 06:55

    You can answer your own question very easily by inputting the HTML code into the W3 Validator. (It features a text input field, you won't even have to put your code on a server...)

    (And no, it won't validate.)

提交回复
热议问题