+ 3
What is the meaning of the question..
is it possible to nest the form answer is no..
1 ответ
+ 7
It means you can't have a form tag nested inside another.
❌
<form>
...
<form>
...
</form>
...
</form>
is it possible to nest the form answer is no..