#Whether we can have a form inside another form? Though you can have several <form> elements in one HTML page, you cannot nest them. We can not use <form> elements like this way. Example, <form name='form1'> <form name='form2'> //some code here </form> </form>