in reply to Re: Multiple and Nested <FORM>s in CGI - HTML
in thread Multiple and Nested <FORM>s in CGI - HTML

The HTML 4.01 definition for the FORM element is:

<!ELEMENT FORM - - (%block;|SCRIPT)+ -(FORM) -- interactive form -->

I don't know if that prevents FORM children or FORM descendants, but I believe the intent is the latter, making nested FORMs illegal in HTML.