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

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

Is it valid html to have the following:

14条回答
  •  青春惊慌失措
    2020-11-22 06:47

    A possibility is to have an iframe inside the outer form. The iframe contains the inner form. Make sure to use the tag inside the head tag of the iframe to make the form behave as part of the main page.

提交回复
热议问题