Can forms be nested?
<form name = form1>
<form name = form2>
</form2>
</form1>
Do you need to tell html which </form> corresponds to the initial form tag?
Thanks for the help.
Ken
<form name = form1>
<form name = form2>
</form2>
</form1>
Do you need to tell html which </form> corresponds to the initial form tag?
Thanks for the help.
Ken
Comment