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

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

Is it valid html to have the following:

14条回答
  •  名媛妹妹
    2020-11-22 06:54

    As others have said, it is not valid HTML.

    It sounds like your are doing this to position the forms visually within each other. If that is the case, just do two separate forms and use CSS to position them.

提交回复
热议问题